Do not implement this. Only use it in the common Java engine. This builds the name from Name.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Function getName() As String |
C# | |
---|
public override string getName() |
Managed Extensions for C++ | |
---|
public: string* getName(); override |
C++/CLI | |
---|
public:
String^ getName(); override |
Return Value
The name of this access provider. Should be of the form "Anonymous". This should never change.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also