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




Glossary Item Box

Definition of all properties for this provider.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Properties As List(Of BaseFullAccessProvider.PropertyInfo)
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider
Dim value As List(Of BaseFullAccessProvider.PropertyInfo)
 
value = instance.Properties
C# 
public abstract List<BaseFullAccessProvider.PropertyInfo> Properties {get;}
Managed Extensions for C++ 
public: __property abstract List<BaseFullAccessProvider.PropertyInfo*>* get_Properties();
C++/CLI 
public:
abstract property List<BaseFullAccessProvider.PropertyInfo^>^ Properties {
   List<BaseFullAccessProvider.PropertyInfo^>^ get();
}

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.