Campo DisplayName
String display name for the group
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public DisplayName As String
'Utilizzo
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
Vedere anche