Gets the method portion of the Location property.

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

Syntax

C#
public string Method { get; }
Visual Basic (Declaration)
Public ReadOnly Property Method As String
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