WebAddInInfo.Path Property
Gets the URL path for content pages.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Path { get; set; }
public:
property String^ Path {
String^ get();
void set(String^ value);
}
Public Property Path As String
Property Value
Type: System.String
An instance of String that contains the URL path.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top