  | PageSpecTitle Property  | 
 [Missing <summary> documentation for "P:CodeStack.SwEx.PMPage.Data.PageSpec.Title"]
 
    Namespace: 
   CodeStack.SwEx.PMPage.Data
    Assembly:
   CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntaxpublic string Title { get; protected set; }Public Property Title As String
	Get
	Protected Set
public:
virtual property String^ Title {
	String^ get () sealed;
	protected: void set (String^ value) sealed;
}Property Value
Type: 
StringImplements
IPageSpecTitle
See Also