다음을 통해 공유


ClientWebPartProperty.Value property

Value of the property

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As ClientWebPartProperty
Dim value As String

value = instance.Value

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

Property value

Type: System.String

See also

Reference

ClientWebPartProperty class

ClientWebPartProperty members

Microsoft.SharePoint.WebPartPages namespace