ManifestProperty Class

Defines the manifest properties that contain task-specific metadata for task definitions, in job templates, and in tasks.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Web.Media.TransformManager..::..ManifestProperty

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

Syntax

'Declaration
<DataContractAttribute> _
Public Class ManifestProperty _
    Implements IManifestProperty
'Usage

  Dim instance As ManifestProperty
[DataContractAttribute]
public class ManifestProperty : IManifestProperty
[DataContractAttribute]
public ref class ManifestProperty : IManifestProperty
[<DataContractAttribute>]
type ManifestProperty =  
    class
        interface IManifestProperty
    end
  public class ManifestProperty implements IManifestProperty

The ManifestProperty type exposes the following members.

Constructors

  Name Description
Public method ManifestProperty() () () () Initializes a new instance of the ManifestProperty class.
Public method ManifestProperty(String, XElement) Initializes a new instance of the ManifestProperty class using the specified namespace and XML metadata element.
Public method ManifestProperty(XName, String) Initializes a new instance of the ManifestProperty class using the specified name and value.
Public method ManifestProperty(XName, XElement) Initializes a new instance of the ManifestProperty class using the specified name and value.
Public method ManifestProperty(XName, String, Boolean) Initializes a new instance of the ManifestProperty class using the specified name and value, and whether the property is required.
Public method ManifestProperty(String, String, String, Boolean) Initializes a new instance of the ManifestProperty class using the specified namespace, name, and value, and whether the property is required.
Public method ManifestProperty(XName, String, Boolean, CultureInfo) Initializes a new instance of the ManifestProperty class using the specified name, value, culture, and whether the property is required.
Public method ManifestProperty(String, String, String, Boolean, CultureInfo) Initializes a new instance of the ManifestProperty class using the specified namespace, name, value, and culture, and whether the property is required.

Top

Properties

  Name Description
Public property CultureInfo Gets or sets the culture information for the manifest property.
Public property CultureInfoMoniker Gets or sets a value that represents the culture language.
Public property HelpText Gets or sets the help text that is associated with the manifest property.
Public property LocalName Gets or sets the LocalName element of the manifest property.
Public property Name Gets or sets the Name element of the manifest property.
Public property Required Get or sets a value that specifies whether the manifest property is required.
Public property Value Gets or sets the manifest property value.

Top

Methods

  Name Description
Public method CreatePropertyElement Creates a manifest property element.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member PropertyElementName The string "property".

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.TransformManager Namespace