ExplicitHierarchy.FullyQualifiedName Property

 

Gets or sets the fully qualified name.

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

Syntax

[DataMemberAttribute(IsRequired = false)]
public string FullyQualifiedName { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property String^ FullyQualifiedName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member FullyQualifiedName : string with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property FullyQualifiedName As String

Property Value

Type: System.String

The fully qualified name.

See Also

ExplicitHierarchy Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top