Initializes a new instance of the
BlobProperties class based on an existing instance.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim other As BlobProperties
Dim instance As New BlobProperties(other) |
Syntax
Visual Basic |
---|
Public Sub New ( _
other As BlobProperties _
) |
C# |
---|
public BlobProperties (
BlobProperties other
) |
C++ |
---|
public:
BlobProperties (
BlobProperties^ other
) |
J# |
---|
public BlobProperties (
BlobProperties other
) |
JScript |
---|
public function BlobProperties (
other : BlobProperties
) |
Parameters
- other
A BlobProperties object.
Remarks
Platforms
See Also