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




Glossary Item Box

Do not implement this. Only use it in the common Java engine. This builds the description from Description.

Syntax

Visual Basic (Declaration) 
Public Overrides Function getDescription() As String
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider
Dim value As String
 
value = instance.getDescription()
C# 
public override string getDescription()
Managed Extensions for C++ 
public: string* getDescription(); override 
C++/CLI 
public:
String^ getDescription(); override 

Return Value

A long tooltip type description of this provider.

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.