Returns or sets an enumeration containing the licensing scheme (user, enterprise, or connection pool) when connecting to host server


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Property LicenseType As Pick.eLicenseType
C#
public Pick.eLicenseType LicenseType { get; set; }
C++
public property Pick.eLicenseType LicenseType sealed  {
    Pick.eLicenseType get();
    void set(Pick.eLicenseType value);
}
J#
/** property */
public Pick.eLicenseType get_LicenseType();

/** property */
public void set_LicenseType(Pick.eLicenseType value);
JScript
public function get LicenseType() : Pick.eLicenseType

public function set LicenseType(value : Pick.eLicenseType);

Property Value

an enumeration containing the licensing scheme (user, enterprise, or connection pool) when connecting to host server

See Also