IManifestProperty Interface

Defines the interface template for the definition of a manifest property that contains task-specific metadata.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Sdk (in Microsoft.Web.Media.TransformManager.Sdk.dll)

Syntax

'Declaration

  Public Interface IManifestProperty
'Usage

  Dim instance As IManifestProperty
  public interface IManifestProperty
  public interface class IManifestProperty
  type IManifestProperty =  interface end
  public interface IManifestProperty

The IManifestProperty type exposes the following members.

Properties

  Name Description
Public property CultureInfo Gets information about a specific culture.
Public property Name Gets the name of the manifest property.
Public property Value Gets the manifest property value.

Top

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace