Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static bool DefaultReverse { get; set; }
Visual Basic
Public Shared Property DefaultReverse As Boolean
	Get
	Set
Visual C++
public:
static property bool DefaultReverse {
	bool get ();
	void set (bool value);
}

See Also