RolePlayerPropertyDescriptor.AllowNull 属性

获取或设置一个值是否为空中描述的角色特性的有效值。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Property AllowNull As Boolean
public bool AllowNull { get; set; }

属性值

类型:System.Boolean
true ,如果 nullnull 引用(在 Visual Basic 中为 Nothing) 所描述的角色特性的有效值;否则, false。默认值为 false。

.NET Framework 安全性

请参见

参考

RolePlayerPropertyDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间