Właściwość ErrorContext.FullyQualifiedName
Pobiera lub ustawia obiekt FullyQualifiedName identyfikator kontekstu w notacji z kropką.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property FullyQualifiedName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący tę nazwę.
Zobacz także