Settings.SetInstanceValue Method

Updated: April 16, 2012

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)Dim instance As Settings Dim setting As Setting(Of T) Dim instance As MonitoringObject Dim settingValue As T instance.SetInstanceValue(setting, instance, settingValue)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 )GenericParametersTThe type of object the setting representsParameterssettingThe setting to set a value for.instanceThe MonitoringObject instance to set the value of the setting in.settingValueThe value for the setting in the MonitoringObject instance.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms