Właściwość Identifier.Id
Pobiera lub ustawia identyfikator GUID, który jednoznacznie identyfikuje obiekt we wszystkich wystąpieniach i kontekstów.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(Order := , IsRequired := False)> _
Public Property Id As Guid
Get
Set
'Użycie
Dim instance As Identifier
Dim value As Guid
value = instance.Id
instance.Id = value
[DataMemberAttribute(Order = , IsRequired = false)]
public Guid Id { get; set; }
[DataMemberAttribute(Order = , IsRequired = false)]
public:
property Guid Id {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Order = , IsRequired = false)>]
member Id : Guid with get, set
function get Id () : Guid
function set Id (value : Guid)
Wartość właściwości
Typ: System.Guid
Identyfikator GUID.
Zobacz także