共用方式為


DisplayName 欄位

String display name for the group

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

語法

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

value = instance.DisplayName

instance.DisplayName = value
[DataMemberAttribute]
public string DisplayName
[DataMemberAttribute]
public:
String^ DisplayName
[<DataMemberAttribute>]
val mutable DisplayName: string
public var DisplayName : String