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

Syntax

C#
public Asn1Sequence PostalAddress { get; }
Visual Basic
Public ReadOnly Property PostalAddress As Asn1Sequence
	Get
Visual C++
public:
property Asn1Sequence^ PostalAddress {
	Asn1Sequence^ get ();
}

See Also