ManagementPackElementReference.Identifier Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides another format to uniquely identify the management pack element which is different from GUID identifier.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackElementReference(Of T)
Dim value As ExtensionIdentifier
value = instance.Identifier
Syntax
'Declaration
Public Property Identifier As ExtensionIdentifier
public ExtensionIdentifier Identifier { get; }
public:
virtual property ExtensionIdentifier^ Identifier {
ExtensionIdentifier^ get () sealed;
}
/** @property */
public final ExtensionIdentifier get_Identifier ()
public final function get Identifier () : ExtensionIdentifier
Property Value
The unique identifier for the management pack element.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackElementReference Generic Class
ManagementPackElementReference Members
Microsoft.EnterpriseManagement.Configuration Namespace