Share via


MetadataAttribute.DomainEntityId Property

Gets or sets the identifier of domain entity.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property DomainEntityId As Identifier 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

MetadataAttribute Class

Microsoft.MasterDataServices.Services.DataContracts Namespace