ClientTypeAssemblyAttribute.ScriptTypeFactory Property

Gets or sets a type that is used to create an object from its script type. 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 Property ScriptTypeFactory As Type
    Get
    Set
'Usage
Dim instance As ClientTypeAssemblyAttribute
Dim value As Type

value = instance.ScriptTypeFactory

instance.ScriptTypeFactory = value
public Type ScriptTypeFactory { get; set; }

Property Value

Type: System.Type
Returns Type.

See Also

Reference

ClientTypeAssemblyAttribute Class

ClientTypeAssemblyAttribute Members

Microsoft.SharePoint.Client Namespace