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
Assembly: 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