public WindowInfo LastWindow { get; }
Public ReadOnly Property LastWindow As WindowInfo
Get
Dim instance As WindowInfo
Dim value As WindowInfo
value = instance.LastWindow
public:
property WindowInfo^ LastWindow {
WindowInfo^ get ();
}
member LastWindow : WindowInfo with get
No code example is currently available or this language may not be supported.