EntityId 字段

The Identifier of the parent entity of the object.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public EntityId As Identifier
用法
Dim instance As EntityContextIdentifier
Dim value As Identifier

value = instance.EntityId

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