Поделиться через


Свойство BRAttributeArgumentBase.AttributeId

Gets or sets the attribute identifier.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property AttributeId As Identifier 
    Get 
    Set
'Применение
Dim instance As BRAttributeArgumentBase 
Dim value As Identifier 

value = instance.AttributeId

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

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The attribute identifier.

См. также

Справочник

BRAttributeArgumentBase Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts