ErrorContext.FullyQualifiedName Property

 

Gets or sets the fully qualified name of the context identifier in dot notation.

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

Syntax

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

Property Value

Type: System.String

The fully qualified name of the context identifier in dot notation.

See Also

ErrorContext Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top