This documentation is for the old version. Go to the latest Upload Suite docs

CustomMetaProperty.Value Property

Gets or sets the value of the custom metadata field to upload to Amazon S3 storage.

Namespace: Aurigma.ImageUploader.AmazonS3
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property Value As String
C#
public string Value { get; set; }

Property Value

The value of the custom metadata field to upload to Amazon S3 storage.

See Also

Reference