获取或设置要为服务器控件呈现的字段的内部名称。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Property As String
Get
Set
用法
Dim instance As ListItemProperty
Dim value As String
value = instance.Property
instance.Property = value
public string Property { get; set; }
属性值
类型:System.String
一个包含当前列表中的字段的内部名称的字符串。