SqlConnection::AccessToken Property

.NET Framework (current version)
 

Gets or sets the access token for the connection.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property String^ AccessToken {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The access token for the connection.

.NET Framework
Available since 4.6
Return to top
Show: