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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shadows Property Url As String
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim value As String
 
instance.Url = value
 
value = instance.Url
C# 
public new string Url {get; set;}
Managed Extensions for C++ 
public: __property new string* get_Url();
public: __property new void set_Url( 
   string* value
);
C++/CLI 
public:
new property String^ Url {
   String^ get();
   void set (    String^ 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.