ScriptTypeAttribute.ValueObject Property
Gets or sets the flag that indicates whether the current object has a value object. 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 ValueObject As Boolean
Get
Set
'Usage
Dim instance As ScriptTypeAttribute
Dim value As Boolean
value = instance.ValueObject
instance.ValueObject = value
public bool ValueObject { get; set; }
Property Value
Type: System.Boolean
Returns true if the ScriptTypeAttribute has a value object; otherwise, false.