ErrorContext.FullyQualifiedName プロパティ

エラー コンテキストの完全修飾名を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.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
名前を表す文字列。

関連項目

参照

ErrorContext クラス

Microsoft.MasterDataServices 名前空間