Udostępnij za pośrednictwem


Właściwość BRActionGroup.Name

Pobiera lub ustawia nazwę grupy,

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property Name As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A String reprezentującą nazwę.