ClientActionSetProperty(ClientObject, String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ClientActionSetProperty (Microsoft.SharePoint.Client.ClientObject obj, string propName, object propValue);
new Microsoft.SharePoint.Client.ClientActionSetProperty : Microsoft.SharePoint.Client.ClientObject * string * obj -> Microsoft.SharePoint.Client.ClientActionSetProperty
Public Sub New (obj As ClientObject, propName As String, propValue As Object)
Parameters
- obj
- ClientObject
- propName
- String
- propValue
- Object