Share via


IsNillable Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates whether to enforce nillable schema attibute validation.

Namespace:  Ws.ServiceModel
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property IsNillable As Boolean
public bool IsNillable { get; set; }
public:
property bool IsNillable {
    bool get ();
    void set (bool value);
}
member IsNillable : bool with get, set
function get IsNillable () : boolean
function set IsNillable (value : boolean)

Property Value

Type: System. . :: . .Boolean
true to enforce nillable schema attibute validation, or false to not enforce the validation.

.NET Framework Security

See Also

Reference

DataMemberAttribute Class

Ws.ServiceModel Namespace