Compartilhar via


Property.Value Property

Gets or sets the value of the Property object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Property Value As Object
    Get
    Set
'Usage
Dim instance As [Property]
Dim value As Object

value = instance.Value

instance.Value = value
public Object Value { get; set; }

Property Value

Type: System.Object

The value of the Property object.

See Also

Reference

Property Class

Property Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace