SiteUpdatedEventArgs.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.
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.