Windward Engine API Reference
Set(String,Char) Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportProperties Class > Set Method : Set(String,Char) Method




name
value

Glossary Item Box

Sets a value for the given property. This becomes the current value, overriding whatever was set before.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Set( _
   ByVal name As String, _
   ByVal value As Char _
) 
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As Char
 
instance.Set(name, value)
C# 
public void Set( 
   string name,
   char value
)
Managed Extensions for C++ 
public: void Set( 
   string* name,
   char value
) 
C++/CLI 
public:
void Set( 
   String^ name,
   char value
) 

Parameters

name
value

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.