Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.