SystemSettingGroup.DisplayName Field
String display name for the group
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public DisplayName As String
'Usage
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