Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the domain entity ID.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(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(EmitDefaultValue = false)]
public Identifier DomainEntityId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ DomainEntityId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DomainEntityId : Identifier with get, set
function get DomainEntityId () : Identifier
function set DomainEntityId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.