'Declaration Public Property CodeAppendFile As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.CodeAppendFile = value value = instance.CodeAppendFile
public string CodeAppendFile {get; set;}
'Declaration Public Property CodeAppendFile As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.CodeAppendFile = value value = instance.CodeAppendFile
public string CodeAppendFile {get; set;}
This parameter is optional for the CODE mechanism and is ignored for other mechanisms. The following values are supported:
-out | Prints the verification URL and code to System.Console.Out. |
-err | Prints the verification URL and code to System.Console.Error. |
filename | Appends the verification URL and code to the specified file. The file will be created if it does not exist. |
The TdConnection.DeviceAuthenticationMessage event may also be used for the same purpose.
Default Value: null
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |