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




Glossary Item Box

Definition of all properties for this provider.

Syntax

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

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.