Campo DisplayName
String display name for the group
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public DisplayName As String
'Uso
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
Consulte também