ModelContextIdentifier.ModelId Field

The identifier of the parent entity of the object.

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public ModelId As Identifier
'Usage
Dim instance As ModelContextIdentifier
Dim value As Identifier

value = instance.ModelId

instance.ModelId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier ModelId
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
Identifier^ ModelId
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
val mutable ModelId: Identifier
public var ModelId : Identifier