SP.ClientActionSetStaticProperty(typeId, propName, propValue) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the SP.ClientActionSetStaticProperty Class with the specified client type ID, 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 ClientActionSetStaticProperty(typeId, propName, propValue);
Parameters
- typeId
The String object that represents the ID of the client object type.
Type: String
- propName
The String object that represents the name of the specified property that will be set.
Type: String
- propValue
The object that represents the specified property value.
Type: Object
Applies To
SP.ClientActionSetStaticProperty Class