Partilhar via


ScriptTypeAttribute.ValueObject propriedade

Obtém ou define o sinalizador que indica se o objeto atual tem um objeto de valor. 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Property ValueObject As Boolean
    Get
    Set
'Uso
Dim instance As ScriptTypeAttribute
Dim value As Boolean

value = instance.ValueObject

instance.ValueObject = value
public bool ValueObject { get; set; }

Valor de propriedade

Tipo: System.Boolean
Retorna true se o ScriptTypeAttribute tem um objeto de valor; Caso contrário, false.

Ver também

Referência

ScriptTypeAttribute classe

ScriptTypeAttribute membros

Microsoft.SharePoint.Client namespace