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
See Also