| CSSClientSetEffectivePropertyValueForNodeAsync Method  | 
Version 90.6.50 
            Find a rule with the given active property for the given node and set the new value for this
            property
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> SetEffectivePropertyValueForNodeAsync(
	int nodeId,
	string propertyName,
	string value
)
public:
Task<DevToolsMethodResponse^>^ SetEffectivePropertyValueForNodeAsync(
	int nodeId, 
	String^ propertyName, 
	String^ value
)
Parameters
- nodeId
- Type: SystemInt32
 The element id for which to set property.
- propertyName
- Type: SystemString
 propertyName
- value
- Type: SystemString
 value
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also