SettingValue 屬性
Gets or sets the setting value.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property SettingValue As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A string that represents the setting value.