Condividi tramite


Proprietà MetadataAttribute.FullyQualifiedName

Gets or sets fully qualified name.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property FullyQualifiedName As String
    Get
    Set
'Utilizzo
Dim instance As MetadataAttribute
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)

Valore proprietà

Tipo: System.String
A string that represents the name.

Vedere anche

Riferimento

MetadataAttribute Classe

Spazio dei nomi Microsoft.MasterDataServices