AuthenticationCodeSettings.VisualBasicVersion property

Gets the Visual Basic language version used for authentication code. If the language is VBNet.

public LanguageVersion VisualBasicVersion { get; set; }

Remarks

This property is used to specify the Visual Basic language version for the authentication code.

See Also