Name Property

Gets or sets the XML element name of the IIS Transform Manager configuration.

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

Syntax

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

  Dim instance As ConfigurationBase
Dim value As String

value = instance.Name

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

Property Value

Type: System. . :: . .String
The name of the XML element.

Remarks

This property is a string value that is the name of the configuration object that this object is the base of. The base class exposes properties and a corresponding XElement object that is useful for creating the XML representation for persistence.

See Also

Reference

ConfigurationBase Class

Microsoft.Web.Media.TransformManager Namespace