次の方法で共有


DisplayName フィールド

グループの文字列の表示名。

名前空間:  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