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