| TriggerReaderPage Property |
[This is preliminary documentation and is subject to change.]
Gets the page.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public Page Page { get; internal set; }
Public Property Page As Page
Get
Friend Set
public:
property Page^ Page {
Page^ get ();
internal: void set (Page^ value);
}
member Page : Page with get, internal set
Property Value
Type:
Page
The page.
See Also