获取或设置属性的名称。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property PropertyName As String
Get
Set
用法
Dim instance As SPMobileFieldProperty
Dim value As String
value = instance.PropertyName
instance.PropertyName = value
public string PropertyName { get; set; }
属性值
类型:System.String
一个String对象,它代表属性的名称。