Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the full qualified name.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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
The full qualified name.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace