Share via


AttributeGroup.FullName Property

Gets or sets the fully-qualified name of the AttributeGroup.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property FullName As String
    Get
    Set
'Usage
Dim instance As AttributeGroup
Dim value As String

value = instance.FullName

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

Property Value

Type: System.String
A T:System.String representing the name.