共用方式為


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 命名空間