Share via


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

See also

Reference

ClientActionSetStaticProperty class

ClientActionSetStaticProperty members

Microsoft.SharePoint.Client namespace