SPFieldLink.Required 属性

获取或设置一个值,指示是否引用的列都必须有一个值。

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

语法

声明
Public Property Required As Boolean
    Get
    Set
用法
Dim instance As SPFieldLink
Dim value As Boolean

value = instance.Required

instance.Required = value
public bool Required { get; set; }

属性值

类型:System.Boolean
true引用的列都必须有一个值 ; 如果否则为false。

备注

此属性的初始值是作为参数传递给构造函数的SPField对象的相应Required属性的值相同。

另请参阅

引用

SPFieldLink 类

SPFieldLink 成员

Microsoft.SharePoint 命名空间

其他资源

Fields and Field References

Introduction to Columns

Introduction to Content Types