Id Property

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

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Id As String
    Get
    Set
'Usage

  Dim instance As ConfigurationBase
Dim value As String

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public string Id { get; set; }
[DataMemberAttribute]
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Id : string with get, set
  function get Id () : String
function set Id (value : String)

Property Value

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

See Also

Reference

ConfigurationBase Class

Microsoft.Web.Media.TransformManager Namespace