Share via


ISecuredData.Id Property

Indicates the id of the secure data.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim instance As ISecuredData
Dim value As Nullable(Of Guid)

value = instance.Id

Syntax

'Declaration
ReadOnly Property Id As Nullable(Of Guid)
Nullable<Guid> Id { get; }
property Nullable<Guid> Id {
    Nullable<Guid> get ();
}
/** @property */
Nullable<Guid> get_Id ()
function get Id () : Nullable<Guid>

Property Value

If the secure data is committed, then it will return a Guid object; otherwise, null is returned.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ISecuredData Interface
ISecuredData Members
Microsoft.EnterpriseManagement Namespace

Send comments about this topic to Microsoft.