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


In This Topic
    DriveLetter Property
    In This Topic
    The drive letter to map to the resource (optional)
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property DriveLetter As String
    [CanBeNull()]
    public string DriveLetter {get; set;}
    [CanBeNull()]
    public:
    property String^ DriveLetter {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    If specified the DriveLetter must include the colon, e.g., "F:".

    If no drive letter is specified, the resource is mounted but not assigned to a drive.

    See the user guide for restrictions on drive letter conflicts.

    See Also