Discuss this help topic in SecureBlackbox Forum
Specifies whether the server should be compatible with Microsoft WebDAV.
Declaration
[C#/Java]
bool MicrosoftCompatible;
[VB.NET]
Property MicrosoftCompatible As Boolean
[Pascal]
property MicrosoftCompatible : boolean;
[C++]
bool get_MicrosoftCompatible();
void set_MicrosoftCompatible(bool Value);
[PHP]
bool get_MicrosoftCompatible()
void set_MicrosoftCompatible(bool $Value)
Description
Use this property to specify if the server should be compatible with Microsoft WebDAV.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum