Gets the alias of the peer.

Namespace: iTextSharp.text.xml
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

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

Field Value

the alias of the peer

See Also