Propriété FullyQualifiedName
Gets or sets the fully qualified name of the error context.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property FullyQualifiedName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A string that represents the name.