Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software