Settings.SetInstanceValue Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Sets the specified setting's value to the specified value in a MonitoringObject instance.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As Settings
Dim setting As Setting(Of T)
Dim instance As MonitoringObject
Dim settingValue As T
instance.SetInstanceValue(setting, instance, settingValue)
Syntax
'Declaration
Public Sub SetInstanceValue(Of T) ( _
setting As Setting(Of T), _
instance As MonitoringObject, _
settingValue As T _
)
public void SetInstanceValue<T> (
Setting<T> setting,
MonitoringObject instance,
T settingValue
)
public:
generic<typename T>
void SetInstanceValue (
Setting<T>^ setting,
MonitoringObject^ instance,
T settingValue
)
GenericParameters
- T
The type of object the setting represents
Parameters
- setting
The setting to set a value for.
- instance
The MonitoringObject instance to set the value of the setting in.
- settingValue
The value for the setting in the MonitoringObject instance.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
Settings Class
Settings Members
Microsoft.EnterpriseManagement.Administration Namespace