Udostępnij za pośrednictwem


Właściwość BRGetCriteria.EntityId

Pobiera lub ustawia identyfikator określić dokładną nazwę obiekt lub unikatowy identyfikator globalny (GUID).

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property EntityId As Identifier
    Get
    Set
'Użycie
Dim instance As BRGetCriteria
Dim value As Identifier

value = instance.EntityId

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

Wartość właściwości

Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Nowe wystąpienie Identifier.