Share via


SiteUpdatedEventArgs.Action Property

Definition

Gets a value that represents the site action.

public:
 property Microsoft::Web::Management::Client::Extensions::SiteAction Action { Microsoft::Web::Management::Client::Extensions::SiteAction get(); };
public Microsoft.Web.Management.Client.Extensions.SiteAction Action { get; }
member this.Action : Microsoft.Web.Management.Client.Extensions.SiteAction
Public ReadOnly Property Action As SiteAction

Property Value

One of the SiteAction values.

Examples

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

Applies to