共用方式為


MetadataAttribute.FullyQualifiedName 屬性

Gets or sets fully qualified name.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property FullyQualifiedName As String
    Get
    Set
'用途
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)

屬性值

型別:System.String
A string that represents the name.

請參閱

參考

MetadataAttribute 類別

Microsoft.MasterDataServices 命名空間