다음을 통해 공유


ErrorContext.FullyQualifiedName 속성

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

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property FullyQualifiedName As String 
    Get 
    Set
‘사용 방법
Dim instance As ErrorContext 
Dim value As String 

value = instance.FullyQualifiedName

instance.FullyQualifiedName = value
[DataMemberAttribute]
public string FullyQualifiedName { get; set; }
[DataMemberAttribute]
public:
property String^ FullyQualifiedName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member FullyQualifiedName : string with get, set
function get FullyQualifiedName () : String 
function set FullyQualifiedName (value : String)

속성 값

유형: System.String
The fully qualified name of the context identifier in dot notation.

참고 항목

참조

ErrorContext 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스