HostSettings.ScopeName Property

Definition

Gets or sets the name of scope.

public:
 property System::Xml::Linq::XName ^ ScopeName { System::Xml::Linq::XName ^ get(); void set(System::Xml::Linq::XName ^ value); };
public System.Xml.Linq.XName ScopeName { get; set; }
member this.ScopeName : System.Xml.Linq.XName with get, set
Public Property ScopeName As XName

Property Value

The name of scope.

Applies to