SystemSetting.Description Field

String representing the long description of the setting.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Description As String
'Usage
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