AttributeGroup.FullName Property
Gets or sets the name of the AttributeGroup.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property FullName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String representing the name.