SP.ClientActionSetProperty(obj, propName, propValue) Constructor

Applies to: SharePoint Foundation 2010

Initializes a new instance of the SP.ClientActionSetProperty Class with the specified client object, the property name, and the property value. This member is reserved for internal use and is not intended to be used directly from your code.

var value = new ClientActionSetProperty(obj, propName, propValue);

Parameters

Type: SP.ClientObject

  • propName
    The String object that represents the name of the property that will be set.

Type: String

  • propValue
    The Object that represents the specified property value.

Type: Object

Applies To

SP.ClientActionSetProperty Class

See Also

Reference

SP.ClientActionSetProperty Methods

SP Namespace