or: Public Property MyProp As String Private sSomeVar (Web hosting contract)

or: Public Property MyProp As String Private sSomeVar as String Property Get( ) MyProp = sSomeVar End Get … End Property The value returned by a property is usually the value of a variable that’s Private to the class. This protects the property value from accidental modification. VB .NET/VB 6 Differences The PropertyGet statement in VB 6 corresponds to the Get statement in VB .NET. Though the purpose and basic operation of the two constructs is identical, the syntax of the VB .NET construct is vastly simplified and more intuitive. See Also Property Statement, Set Statement GetAllSettings Function Class Microsoft.VisualBasic.Interaction Syntax GetAllSettings(appname, section) appname Use: Required Data Type: String Name of the application section Use: Required Data Type: String Relative path from appname to the key containing the settings to retrieve Return Value An object containing a two-dimensional array of strings

Hint: If you are looking for very good and affordable webspace to host and run your tomcat hosting application check Virtualwebstudio tomcat web hosting provider

Comments are closed.