FullyQualifiedName 属性

Gets or sets the fully qualified name.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False)> _
Public Property FullyQualifiedName As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
String representing the name.