Identifier.Id Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public Guid Id { get; set; }
public:
[DataMemberAttribute]
property Guid Id {
    Guid get();
    void set(Guid value);
}
[<DataMemberAttribute>]
member Id : Guid with get, set
<DataMemberAttribute>
Public Property Id As Guid

Property Value

Type: System.Guid

A new globally unique identifier (GUID).

See Also

Identifier Class
Microsoft.MasterDataServices Namespace

Return to top