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


Свойство BRConditionGroup.Name

Gets or sets a grouping of condition components.

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

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property Name As String
    Get
    Set
'Применение
Dim instance As BRConditionGroup
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
A String representing the name.

См. также

Справочник

BRConditionGroup Класс

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