共用方式為


AttributeGroup.FullName 屬性

Gets or sets the name of the AttributeGroup.

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

語法

'宣告
<DataMemberAttribute> _
Public Property FullName As String
    Get
    Set
'用途
Dim instance As AttributeGroup
Dim value As String

value = instance.FullName

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

屬性值

型別:System.String
A String representing the name.

請參閱

參考

AttributeGroup 類別

Microsoft.MasterDataServices 命名空間