'Declaration <CanBeNullAttribute()> Public Property DriveLetter As String
'Declaration
<CanBeNullAttribute()> Public Property DriveLetter As String
[CanBeNull()] public string DriveLetter {get; set;}
[CanBeNull()] public: property String^ DriveLetter { String^ get(); void set ( String^ value); }
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.
NetworkConnection Class NetworkConnection Members