Windward Engine API Reference
IsSet Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportProperties Class : IsSet Method




name

Glossary Item Box

Tests if a property was set, either explicitly or via the properties file.

Syntax

Visual Basic (Declaration) 
Public Function IsSet( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As Boolean
 
value = instance.IsSet(name)
C# 
public bool IsSet( 
   string name
)
Managed Extensions for C++ 
public: bool IsSet( 
   string* name
) 
C++/CLI 
public:
bool IsSet( 
   String^ name
) 

Parameters

name

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.