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.
Gets and sets the name of the class which contains the extensibility code.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string ClassType { get; set; }
public:
property String^ ClassType {
String^ get();
void set(String^ value);
}
member ClassType : string with get, set
Public Property ClassType As String
Property Value
Type: System.String
The name of the class which contains the extensibility code.
See Also
CustomModule Class
System.Web.Security.SingleSignOn Namespace
Return to top