你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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