SPFieldMultiColumnValue.ColumnValues 属性

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

语法

声明
Public ReadOnly Property ColumnValues As List(Of String)
    Get
用法
Dim instance As SPFieldMultiColumnValue
Dim value As List(Of String)

value = instance.ColumnValues
public List<string> ColumnValues { get; }

属性值

类型:System.Collections.Generic.List<String>

另请参阅

引用

SPFieldMultiColumnValue 类

SPFieldMultiColumnValue 成员

Microsoft.SharePoint 命名空间