Share via


SiteUpdatedEventArgs.SiteName Property

Definition

Gets the site name for the changed site.

public:
 property System::String ^ SiteName { System::String ^ get(); };
public string SiteName { get; }
member this.SiteName : string
Public ReadOnly Property SiteName As String

Property Value

The site name for the changed site.

Examples

The following example gets a value from the SiteAction enumeration and the site name from the SiteName property.

Applies to