adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NetworkConnection Class / Path Property


In This Topic
    Path Property
    In This Topic
    The path of the resource to load.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Path As String
    [CanBeNull()]
    public string Path {get; set;}
    [CanBeNull()]
    public:
    property String^ Path {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Specify this as the full UNC path, e.g., "\\servername\sharename".
    See Also