TypeDescriptorStruct.ContainsIdentifier property
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.