[DefaultValueAttribute(1)]
public ShortcutWindowState WindowState { get; set; }
<DefaultValueAttribute(1)>
Public Property WindowState As ShortcutWindowState
Get
Set
Dim instance As ShortcutFileInfo
Dim value As ShortcutWindowState
value = instance.WindowState
instance.WindowState = value
public:
[DefaultValueAttribute(1)]
property ShortcutWindowState WindowState {
ShortcutWindowState get ();
void set (ShortcutWindowState value);
}
[<DefaultValueAttribute(1)>]
member WindowState : ShortcutWindowState with get, set
No code example is currently available or this language may not be supported.