ErrorContext.FullyQualifiedName Propiedad
Gets or sets the fully qualified name of the context identifier in dot notation.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property FullyQualifiedName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The fully qualified name of the context identifier in dot notation.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts