Partilhar via


Campo Description

String representing the long description of the setting.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<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