TypeDescriptor.IsIdentifierSet Property
Returns true if it has a Identifier associated with it (won't look at child TypeDescriptors, unlike ContainsIdentifier).
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property IsIdentifierSet As Boolean
Get
'Usage
Dim instance As TypeDescriptor
Dim value As Boolean
value = instance.IsIdentifierSet
public bool IsIdentifierSet { get; }
Property Value
Type: System.Boolean
true or false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace