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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RolePlayerPropertyDescriptor Class