Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the value of the setting.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SettingValue As String
Get
Set
'Usage
Dim instance As SystemSetting
Dim value As String
value = instance.SettingValue
instance.SettingValue = value
[DataMemberAttribute]
public string SettingValue { get; set; }
[DataMemberAttribute]
public:
property String^ SettingValue {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SettingValue : string with get, set
function get SettingValue () : String
function set SettingValue (value : String)
Property Value
Type: System.String
The value of the setting.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace