Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a Globally Unique Identifier (GUID) that uniquely identifies the object across all instances and contexts.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := , IsRequired := False)> _
Public Property Id As Guid
Get
Set
'Usage
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)
Property Value
Type: System.Guid
A GUID that uniquely identifies the object across all instances and contexts.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace