AreaListing.NVarChar3 属性 (Microsoft.SharePoint.Portal.SiteData)

Represents a user-defined property that accepts a string value.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property NVarChar3 As String
用法
Dim instance As AreaListing
Dim value As String

value = instance.NVarChar3

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

属性值

String value that is user-defined.

备注

The system does not write values to any of these extensible properties. These properties represent extra columns that you can use to associate listings with values, such as an int, bool, nvarchar, or date.

另请参阅

参考

AreaListing 类
AreaListing 成员
Microsoft.SharePoint.Portal.SiteData 命名空间