AttributeGroup.FullName 属性

定义

指定一个字符串,该字符串指定属性组的全名。

public:
 property System::String ^ FullName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public string FullName { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.FullName : string with get, set
Public Property FullName As String

属性值

一个字符串,用于指定属性组的完整名称。

属性

适用于