Userinfo

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.url
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

Userinfo()

 

init()

 

Sub New()

constructor (string, string, Boolean)

 

// .NET, .NET Standard 2.0
constructor(ausername: string; apassword: string; apasswordSet: Boolean)
// Island
constructor(ausername: string; apassword: string; apasswordSet: bool)

 

// .NET, .NET Standard 2.0
Userinfo(string ausername, string apassword, Boolean apasswordSet)
// Island
Userinfo(string ausername, string apassword, bool apasswordSet)

 

// .NET, .NET Standard 2.0
init(_ ausername: string, _ apassword: string, _ apasswordSet: Boolean)
// Island
init(_ ausername: string, _ apassword: string, _ apasswordSet: bool)

 

// .NET, .NET Standard 2.0
Sub New(ausername As string, apassword As string, apasswordSet As Boolean)
// Island
Sub New(ausername As string, apassword As string, apasswordSet As bool)

Parameters:

  • ausername:
  • apassword:
  • apasswordSet:

constructor (Userinfo)

 

constructor(value: Userinfo)

 

Userinfo(Userinfo value)

 

init(_ value: Userinfo)

 

Sub New(value As Userinfo)

Parameters:

  • value: