Gets the method portion of the Location property.

Namespace: Asi.iBO.Errors
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

Remarks

If the value of Location is not properly dot-delimited, the entire Location string is returned.

See Also