Partager via


Propriété MetadataAttribute.DomainEntityId

Gets or sets the identifier of domain entity.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property DomainEntityId As Identifier 
    Get 
    Set
'Utilisation
Dim instance As MetadataAttribute 
Dim value As Identifier 

value = instance.DomainEntityId

instance.DomainEntityId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier DomainEntityId { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Identifier^ DomainEntityId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DomainEntityId : Identifier with get, set
function get DomainEntityId () : Identifier 
function set DomainEntityId (value : Identifier)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of domain entity.

Voir aussi

Référence

MetadataAttribute Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts