ClientActionSetStaticProperty constructor
Initializes a new instance of the ClientActionSetStaticProperty in the specified context with a reference to the type ID and the property name and value.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
typeId As String, _
propName As String, _
propValue As Object _
)
'Usage
Dim context As ClientRuntimeContext
Dim typeId As String
Dim propName As String
Dim propValue As Object
Dim instance As New ClientActionSetStaticProperty(context, _
typeId, propName, propValue)
public ClientActionSetStaticProperty(
ClientRuntimeContext context,
string typeId,
string propName,
Object propValue
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe context associated with the action set.
typeId
Type: System.StringID for the type.
propName
Type: System.StringName of the property.
propValue
Type: System.ObjectValue of the property.
See also
Reference
ClientActionSetStaticProperty class