Discuss this help topic in SecureBlackbox Forum
Specifies if this attribute is required for the functioning of the service.
Declaration
[VB.NET]
Property IsRequired As Boolean
[Pascal]
property IsRequired : boolean;
[C++]
bool get_IsRequired();
void set_IsRequired(bool Value);
[PHP]
bool get_IsRequired()
void set_IsRequired(bool $Value)
[Java]
boolean getIsRequired();
void setIsRequired(boolean Value);
Description
This property specifies whether this attribute is required for this service to function at all.
The default value is false.
Discuss this help topic in SecureBlackbox Forum