Campo Description
String representing the long description of the setting.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Description As String
'Uso
Dim instance As SystemSetting
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
Vea también