[This is preliminary documentation and is subject to change.]
Proxies Status.AutoChanged
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)] [DefaultValueAttribute(false)] public bool AutoChanged { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ <DefaultValueAttribute(False)> _ Public Property AutoChanged As Boolean Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] [DefaultValueAttribute(false)] public: property bool AutoChanged { bool get (); void set (bool value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] [<DefaultValueAttribute(false)>] member AutoChanged : bool with get, set |
| JScript |
|---|
function get AutoChanged () : boolean function set AutoChanged (value : boolean) |