ClientWebPartProperty.Value property
Valor da propriedade.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Value As String
Get
Set
'Uso
Dim instance As ClientWebPartProperty
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property value
Type: System.String