Windward Engine API Reference
getName Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider Class : getName Method




Glossary Item Box

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
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider
Dim value As String
 
value = instance.getName()
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

© 2019 All Rights Reserved.