Udostępnij za pośrednictwem


Właściwość MetadataAttribute.FullyQualifiedName

Pobiera lub ustawia w pełni kwalifikowana nazwa.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(IsRequired := False)> _
Public Property FullyQualifiedName As String
    Get
    Set
'Użycie
Dim instance As MetadataAttribute
Dim value As String

value = instance.FullyQualifiedName

instance.FullyQualifiedName = value
[DataMemberAttribute(IsRequired = false)]
public string FullyQualifiedName { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ FullyQualifiedName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
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ę.