WebAddInInfo.Directory Property
Gets the directory name.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Directory { get; internal set; }
public:
property String^ Directory {
String^ get();
internal: void set(String^ value);
}
Public Property Directory As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the directory name.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top