CSSClientSetEffectivePropertyValueForNodeAsync Method  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
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