Udostępnij za pośrednictwem


ConfigurationItem.UniqueId Property

 

Gets the unique ID of a configuration item.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string UniqueId { get; }
public:
property String^ UniqueId {
    String^ get();
}
Public ReadOnly Property UniqueId As String

Property Value

Type: System.String

See Also

ConfigurationItem Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top