Id Property

Gets the XML element ID of the IIS Transform Manager configuration.

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

Syntax

'Declaration

  Public ReadOnly Property Id As String
    Get
'Usage

  Dim instance As JobManager
Dim value As String

value = instance.Id
  public string Id { get; }
  public:
property String^ Id {
    String^ get ();
}
  member Id : string
  function get Id () : String

Property Value

Type: System. . :: . .String
The XML element ID of the IIS Transform Manager configuration.

See Also

Reference

JobManager Class

Microsoft.Web.Media.TransformManager Namespace