共用方式為


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