Свойство 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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts