CustomModule.AssemblyPath Property
Gets and sets the path to the assembly for this module.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string AssemblyPath { get; set; }
public:
property String^ AssemblyPath {
String^ get();
void set(String^ value);
}
member AssemblyPath : string with get, set
Public Property AssemblyPath As String
Property Value
Type: System.String
The path to the assembly for this module.
See Also
CustomModule Class
System.Web.Security.SingleSignOn Namespace
Return to top