BRConditionGroup.Name プロパティ

条件コンポーネントのグループを取得または設定します。

名前空間:  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
名前を表す String

関連項目

参照

BRConditionGroup クラス

Microsoft.MasterDataServices 名前空間