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

PredefinedMetaProperty.Field Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value of the predefined metadata field to be uploaded to Amazon S3 storage.

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

Syntax

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

Property Value

Type: System.String

The value of the predefined metadata field.

See Also

Reference