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

CustomMetaProperty.Value Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value of the custom metadata field be to uploaded 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

Type: System.String

The value of the custom metadata field.

See Also

Reference