Windward Engine API Reference
available Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > RecordTypeMapping Class : available Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property available As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RecordTypeMapping
Dim value As Boolean
 
instance.available = value
 
value = instance.available
C# 
public bool available {get; set;}
Managed Extensions for C++ 
public: __property bool get_available();
public: __property void set_available( 
   bool value
);
C++/CLI 
public:
property bool available {
   bool get();
   void set (    bool value);
}

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.