Class FileSystemCredentials
Inheritance
System.Object
FileSystemCredentials
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public class FileSystemCredentials
Properties
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |