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


Свойство BRActionGroup.Name

Gets or sets the name of the group.

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

Синтаксис

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

value = instance.Name

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

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

Тип: System.String
The name of the group.

См. также

Справочник

BRActionGroup Класс

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