Discuss this help topic in SecureBlackbox Forum
Specifies whether to include the AllowCreate attribute.
Declaration
[C#]
bool UseAllowCreate;
[VB.NET]
Property UseAllowCreate As Boolean
[Pascal]
property UseAllowCreate : boolean;
[C++]
bool get_UseAllowCreate();
void set_UseAllowCreate(bool Value);
[PHP]
bool get_UseAllowCreate()
void set_UseAllowCreate(bool $Value)
[Java]
boolean getUseAllowCreate();
void setUseAllowCreate(boolean Value);
Description
This property specifies whether the AllowCreate attribute should be included to the message.
The default value is false.
Discuss this help topic in SecureBlackbox Forum