DisplayName 属性
Gets or sets display name of the setting.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property DisplayName As String
Get
Set
用法
Dim instance As SystemSetting
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.