In This Topic
The URL to request.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property RequestURL As String
[CanBeNull()]
public string RequestURL {get; set;}
[CanBeNull()]
public:
property String^ RequestURL {
String^ get();
void set ( String^ value);
}
See Also