adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WebRequestTask Class / RequestURL Property


In This Topic
    RequestURL Property
    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);
    }
    Remarks
    This value is required. Variable tokens can be used. The protocol (e.g., "http://") must be included.
    See Also