Campo Description
String description for the setting group.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Description As String
'Utilizzo
Dim instance As SystemSettingGroup
Dim value As String
value = instance.Description
instance.Description = value
[DataMemberAttribute]
public string Description
[DataMemberAttribute]
public:
String^ Description
[<DataMemberAttribute>]
val mutable Description: string
public var Description : String
Vedere anche