Gets or sets Repository type used for Grid automation tasks.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Type RepositoryType { get; set; }
Visual Basic
Public Property RepositoryType As Type
	Get
	Set
Visual C++
public:
property Type^ RepositoryType {
	Type^ get ();
	void set (Type^ value);
}
F#
member RepositoryType : Type with get, set

Property Value

Type: Type

See Also