UploadsAllowed Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the value that indicates whether uploads are allowed.

Namespace:  Microsoft.SPOT.Net.Ftp
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Property UploadsAllowed As Boolean
public bool UploadsAllowed { get; private set; }
public:
property bool UploadsAllowed {
    bool get ();
    private: void set (bool value);
}
member UploadsAllowed : bool with get, private set
function get UploadsAllowed () : boolean
private function set UploadsAllowed (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if uploads are allowed; otherwise, false.

.NET Framework Security

See Also

Reference

FtpFilesystemListener Class

Microsoft.SPOT.Net.Ftp Namespace