C#
C++
F#
VB
BlobProperties.ContentDisposition Property
BlobProperties::ContentDisposition Property
BlobProperties.ContentDisposition Property
BlobProperties.ContentDisposition Property
Gets or sets the content-disposition value stored for the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property String^ ContentDisposition { String^ get(); void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing the blob's content-disposition value.
Remarks
If this property has not been set for the blob, it returns null.