| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal enterpriseId As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim enterpriseId As String Dim instance As New authenticationFailure(enterpriseId) | |
| C# | |
|---|---|
public authenticationFailure( string enterpriseId ) | |
| Managed Extensions for C++ | |
|---|---|
public: authenticationFailure( string* enterpriseId ) | |
| C++/CLI | |
|---|---|
public: authenticationFailure( String^ enterpriseId ) | |
Parameters
- enterpriseId
- The id of the enterprise (usually the value of sysObjectID).
Target Platforms: Microsoft .NET Framework 2.0