IdElement Property

Gets or sets the XML ID element of a configuration object.

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

Syntax

'Declaration

  Public Property IdElement As XElement
    Get
    Set
'Usage

  Dim instance As ConfigurationBase
Dim value As XElement

value = instance.IdElement

instance.IdElement = value
  public XElement IdElement { get; set; }
  public:
property XElement^ IdElement {
    XElement^ get ();
    void set (XElement^ value);
}
  member IdElement : XElement with get, set
  function get IdElement () : XElement
function set IdElement (value : XElement)

Property Value

Type: System.Xml.Linq. . :: . .XElement
The XML ID element of the IIS Transform Manager configuration.

Remarks

This property is an XElement object whose value is the ID of this configuration object. The XElement contains more information than just the value; in particular, it contains namespace information.

See Also

Reference

ConfigurationBase Class

Microsoft.Web.Media.TransformManager Namespace