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 命名空间