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 命名空间