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.
Gets or sets whether the object contains an Identifier object.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContainsIdentifier As Boolean
Get
Set
'Usage
Dim instance As TypeDescriptorStruct
Dim value As Boolean
value = instance.ContainsIdentifier
instance.ContainsIdentifier = value
public bool ContainsIdentifier { get; set; }
Property Value
Type: System.Boolean
true if it contains an Identifier object; otherwise, false.