次の方法で共有


BRActionGroup.Name プロパティ

グループの名前を取得または設定します。

名前空間:  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
グループの名前。

関連項目

参照

BRActionGroup クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間