SystemIntegrityCheckProvider..::..StoredProcedureName Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.SystemIntegrityCheckProvider
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public string StoredProcedureName { get; set; }
Public Property StoredProcedureName As String
	Get
	Set
public:
property String^ StoredProcedureName {
	String^ get ();
	void set (String^ value);
}