FieldProperty.PropertyName 属性

获取或设置字段 (列) 属性的名称。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property PropertyName As String
    Get
    Set
用法
Dim instance As FieldProperty
Dim value As String

value = instance.PropertyName

instance.PropertyName = value
public string PropertyName { get; set; }

属性值

类型:System.String
String 值,该值代表属性的名称。

另请参阅

引用

FieldProperty 类

FieldProperty 成员

Microsoft.SharePoint.WebControls 命名空间