MonitoringAlert.SiteName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The site name of the alert.
public:
property System::String ^ SiteName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string SiteName { get; }
member this.SiteName : string
Public ReadOnly Property SiteName As String
Property Value
Returns a String that contains the site name of the alert.
- Attributes