SPUserCodeProperty.Value property
Obtém ou define o 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 SPUserCodeProperty
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property value
Type: System.String
Comentários
O valor da propriedade.