SPUserCodeProperty.Value property
取得或設定屬性的值。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Value As String
Get
Set
'用途
Dim instance As SPUserCodeProperty
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property value
Type: System.String
備註
屬性的值。