AttributeGroup.FullName 属性

Gets or sets the full qualified name.

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

语法

声明
<DataMemberAttribute(IsRequired := False)> _
Public Property FullName As String 
    Get 
    Set
用法
Dim instance As AttributeGroup 
Dim value As String 

value = instance.FullName

instance.FullName = value
[DataMemberAttribute(IsRequired = false)]
public string FullName { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ FullName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member FullName : string with get, set
function get FullName () : String 
function set FullName (value : String)

属性值

类型:System.String
The full qualified name.

请参阅

参考

AttributeGroup 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间