| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public Property StartMode As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public string StartMode {get; set;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property String^ StartMode { String^ get(); void set (String^ value); } | |
Return Value
The start mode.
Possible values are Automatic, Manual, and Disabled.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code