[Missing <summary> documentation for "P:AppCan.wpf.Application.AppCanApp.DefaultContextName"]

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected string DefaultContextName { get; set; }
Visual Basic
Protected Property DefaultContextName As String
	Get
	Set
Visual C++
protected:
property String^ DefaultContextName {
	String^ get ();
	void set (String^ value);
}

See Also