FileShare Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
File share information with Path, Username, and Password.
public class FileShare
type FileShare = class
Public Class FileShare
- Inheritance
-
FileShare
Constructors
FileShare() |
Initializes a new instance of the FileShare class. |
FileShare(String, String, String) |
Initializes a new instance of the FileShare class. |
Properties
Password |
Gets or sets password credential used to connect to the share location. |
Path |
Gets or sets the folder path for this share. |
UserName |
Gets or sets user name credential to connect to the share location |
Methods
Validate() |
Validate the object. |