 | TaskSettingsNetworkSettings Property |
Gets or sets the network settings object that contains a network profile identifier and name. If the RunOnlyIfNetworkAvailable
property of ITaskSettings is true and a network profile is specified in the NetworkSettings property, then the task will run
only if the specified network profile is available.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic NetworkSettings NetworkSettings { get; }
Public ReadOnly Property NetworkSettings As NetworkSettings
Get
public:
property NetworkSettings^ NetworkSettings {
NetworkSettings^ get ();
}
Request Example
View SourceProperty Value
Type:
NetworkSettings
See Also