Initializes a new instance of the
AuthorizedUser class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim email As String
Dim instance As New AuthorizedUser(email)
public AuthorizedUser(
string
)
public AuthorizedUser(
: String
);
public function AuthorizedUser(
: String
);
public: AuthorizedUser(
string*
)
public:
AuthorizedUser(
String^
)
Parameters
- email
- The email.
See Also