Gets or sets the location of the source file.

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

Syntax

C#
public string SourceLocation { get; set; }
Visual Basic
Public Property SourceLocation As String
	Get
	Set
Visual C++
public:
property String^ SourceLocation {
	String^ get ();
	void set (String^ value);
}

See Also