IsWebRequestTask Property
In This Topic
Indicates whether this object is a WebRequestTask
Syntax
'Declaration
Public ReadOnly Property IsWebRequestTask As Boolean
public bool IsWebRequestTask {get;}
public:
property bool IsWebRequestTask {
bool get();
}
See Also