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




key
The key= part of this property in the connection string.
value
The value for this property.

Glossary Item Box

Create the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As String, _
   ByVal value As String _
)
Visual Basic (Usage)Copy Code
Dim key As String
Dim value As String
 
Dim instance As New BaseFullAccessProvider.PropInfoStatus(key, value)
C# 
public BaseFullAccessProvider.PropInfoStatus( 
   string key,
   string value
)
Managed Extensions for C++ 
public: BaseFullAccessProvider.PropInfoStatus( 
   string* key,
   string* value
)
C++/CLI 
public:
BaseFullAccessProvider.PropInfoStatus( 
   String^ key,
   String^ value
)

Parameters

key
The key= part of this property in the connection string.
value
The value for this property.

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.