Compartir a través de


FileShare Class

Definition

File share information with Path, Username, and Password.

public class FileShare
type FileShare = class
Public Class FileShare
Inheritance
FileShare

Constructors

Name Description
FileShare()

Initializes a new instance of the FileShare class.

FileShare(String, String, String)

Initializes a new instance of the FileShare class.

Properties

Name Description
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

Name Description
Validate()

Validate the object.

Applies to