Share via


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

See also

Reference

ScriptTypeAttribute class

ScriptTypeAttribute members

Microsoft.SharePoint.Client namespace