IsDefault Property

Google API

Gets a value indicating whether this instance is default.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public bool IsDefault { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsDefault As Boolean
Visual C++
public:
property bool IsDefault {
	bool get ();
}

Field Value

true if this instance is default; otherwise, false.

See Also