FileProperties Constructor (FileProperties)

Windows Runtime Azure Storage Client Library

Initializes a new instance of the FileProperties class based on an existing instance.

Namespace: Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim other As FileProperties

Dim instance As New FileProperties(other)

Syntax

Visual Basic
Public Sub New ( _
	other As FileProperties _
)
C#
public FileProperties (
	FileProperties other
)
C++
public:
FileProperties (
	FileProperties^ other
)
J#
public FileProperties (
	FileProperties other
)
JScript
public function FileProperties (
	other : FileProperties
)

Parameters

other

The set of file properties to clone.

Remarks


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also