Share via


IsRequired Property

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

Gets or sets a value that instructs the serialization engine that the member must be present when reading or deserializing.

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

Syntax

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

Property Value

Type: System. . :: . .Boolean
true if the member is required; otherwise false.

.NET Framework Security

See Also

Reference

DataMemberAttribute Class

Ws.ServiceModel Namespace