Udostępnij przez


Właściwość AttributeGroup.FullName

Pobiera lub ustawia nazwę AttributeGroup.

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

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property FullName As String
    Get
    Set
'Użycie
Dim instance As AttributeGroup
Dim value As String

value = instance.FullName

instance.FullName = value
[DataMemberAttribute]
public string FullName { get; set; }
[DataMemberAttribute]
public:
property String^ FullName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member FullName : string with get, set
function get FullName () : String
function set FullName (value : String)

Wartość właściwości

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