FileShare Class

Definition

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.

Applies to