IMetabaseHelper.AddWsExtension Method (String)
Add a Web Service Extension.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
void AddWsExtension(
string strVDir
)
void AddWsExtension(
String^ strVDir
)
abstract AddWsExtension :
strVDir:string -> unit
Sub AddWsExtension (
strVDir As String
)
Parameters
strVDir
Type: System.StringThe virtual directory.
See Also
IMetabaseHelper Interface
System.Web.Security.SingleSignOn Namespace
Return to top