WebAddInInfo.GlobalEvents Property
Gets the global events that are specified for the web add-in.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string GlobalEvents { get; set; }
public:
property String^ GlobalEvents {
String^ get();
void set(String^ value);
}
Public Property GlobalEvents As String
Property Value
Type: System.String
An instance of String that contains the global event data.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top