SystemSetting.SettingValue Field
String value of the setting.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public SettingValue As String
'Usage
Dim instance As SystemSetting
Dim value As String
value = instance.SettingValue
instance.SettingValue = value
[DataMemberAttribute]
public string SettingValue
[DataMemberAttribute]
public:
String^ SettingValue
[<DataMemberAttribute>]
val mutable SettingValue: string
public var SettingValue : String
See Also