Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the TypeDescriptor object contains an identifier.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ContainsIdentifier As Boolean
Get
'Usage
Dim instance As TypeDescriptor
Dim value As Boolean
value = instance.ContainsIdentifier
public bool ContainsIdentifier { get; }
Property Value
Type: System.Boolean
true if it contains an identifier; otherwise, false.