Share via


ClientActionSetStaticProperty Constructor

Definition

public ClientActionSetStaticProperty (Microsoft.SharePoint.Client.ClientRuntimeContext context, string typeId, string propName, object propValue);
new Microsoft.SharePoint.Client.ClientActionSetStaticProperty : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string * obj -> Microsoft.SharePoint.Client.ClientActionSetStaticProperty
Public Sub New (context As ClientRuntimeContext, typeId As String, propName As String, propValue As Object)

Parameters

typeId
String
propName
String
propValue
Object

Applies to