Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.