IisNamespaces Class

Provides the URIs of XML namespace schema documents.

Inheritance Hierarchy

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

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

Syntax

'Declaration

  Public NotInheritable Class IisNamespaces
'Usage

  
  public static class IisNamespaces
  public ref class IisNamespaces abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type IisNamespaces =  class end
  public final class IisNamespaces

The IisNamespaces type exposes the following members.

Properties

  Name Description
Public propertyStatic member ExpressionEncoder Gets the URI of an expression encoder schema document.
Public propertyStatic member JobDefinitionNamespace Gets the URI of a media services schema document that is related to job definitions.
Public propertyStatic member JobSchedulerNamespace Gets the URI of a media services schema document that is related to job schedulers.
Public propertyStatic member JobTemplateNamespace Gets the URI of a media services schema document that is related to job templates.
Public propertyStatic member MediaServices Gets the URI of a media services schema document.
Public propertyStatic member Rdf Gets the URI of a specific XML namespace related to Resource Description Framework (RDF) schema that is used to represent information about Web resources.
Public propertyStatic member RdfSchema Gets the URI of a specific XML namespace related to Resource Description Framework (RDF) schema that is used to represent information about Web resources.
Public propertyStatic member SharedData Gets the URI of an XML namespace that is related to shared data.
Public propertyStatic member Smil Gets the URI of an XML based Synchronized Multimedia Integration Language (SMIL) namespace that is used to represent information about audiovisual presentations.
Public propertyStatic member Smil20 Gets the URI of an XML based Synchronized Multimedia Integration Language (SMIL) namespace that is used to represent information about audiovisual presentations.
Public propertyStatic member Smil20Language Gets the URI of an XML based Synchronized Multimedia Integration Language (SMIL) namespace that is used to represent information about audiovisual presentations.
Public propertyStatic member TaskDefinitionNamespace Gets the URI of an XML namespace that is related to task definitions.
Public propertyStatic member Xmlns Gets a URL to an XML namespace that is related to XML namespaces.

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