共用方式為


SystemSettingGroup.DisplayName 屬性

Gets or sets the display name for the group.

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

語法

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

value = instance.DisplayName

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

屬性值

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

請參閱

參考

SystemSettingGroup 類別

Microsoft.MasterDataServices 命名空間