Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the WebAddInInfo object that is in the current context.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static WebAddInInfo GetCurrent(
Guid id
)
public:
static WebAddInInfo^ GetCurrent(
Guid id
)
Public Shared Function GetCurrent (
id As Guid
) As WebAddInInfo
Parameters
id
Type: System.GuidThe GUID that identifies the WebAddInInfo object.
Return Value
Type: Microsoft.WindowsServerSolutions.Web.Extensibility.WebAddInInfo
An instance of WebAddInInfo.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top