Share via


EntityMemberType.EntityId Property

Gets or sets an Identifier complex type.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property EntityId As Identifier 
    Get 
    Set
'Usage
Dim instance As EntityMemberType 
Dim value As Identifier 

value = instance.EntityId

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The Identifier.

See Also

Reference

EntityMemberType Class

Microsoft.MasterDataServices.Services.DataContracts Namespace