[Missing <summary> documentation for "P:TinCan.RemoteLRS.auth"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public string auth { get; set; }
Visual Basic
Public Property auth As String
	Get
	Set
Visual C++
public:
property String^ auth {
	String^ get ();
	void set (String^ value);
}
F#
member auth : string with get, set

Property Value

Type: String

See Also