ClientActionSetStaticProperty Constructor
Initializes a new instance of the 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.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
typeId As String, _
propName As String, _
propValue As Object _
)
'Usage
Dim typeId As String
Dim propName As String
Dim propValue As Object
Dim instance As New ClientActionSetStaticProperty(typeId, _
propName, propValue)
public ClientActionSetStaticProperty(
string typeId,
string propName,
Object propValue
)
Parameters
typeId
Type: System.StringThe String object that represents the ID of the client object type.
propName
Type: System.StringThe String object that represents the name of the specified property that will be set.
propValue
Type: System.ObjectThe Object object that represents the specified property value.
See Also
Reference
ClientActionSetStaticProperty Class