RolePlayerPropertyDescriptor.AllowNull Property

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Property AllowNull As Boolean
'使用
Dim instance As RolePlayerPropertyDescriptor
Dim value As Boolean

value = instance.AllowNull

instance.AllowNull = value
public bool AllowNull { get; set; }
public:
property bool AllowNull {
    bool get ();
    void set (bool value);
}
public function get AllowNull () : boolean
public function set AllowNull (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace