TypeDescriptor.IsIdentifierSet Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property IsIdentifierSet As Boolean
    Get
'Usage
Dim instance As TypeDescriptor
Dim value As Boolean

value = instance.IsIdentifierSet
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public bool IsIdentifierSet { get; }

Property Value

Type: System.Boolean
true or false.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace