DAVFreeBusyResponseResponse Property |
String representing the Free/Busy Response issued from the server
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Response { get; set; }
Public Property Response As String
Get
Set
public:
property String^ Response {
String^ get ();
void set (String^ value);
}
member Response : string with get, set
Property Value
Type:
StringString representing the Free/Busy Response issued from the server
Return Value
Type:
StringString representing the Free/Busy Response issued from the server
Remarks
See Also