NetworkSettings Class

Provides the settings that the Task Scheduler service uses to obtain a network profile.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[XmlTypeAttribute(IncludeInSchema = false)]
public sealed class NetworkSettings : IDisposable, 
	INotifyPropertyChanged
Inheritance
Object    NetworkSettings
Implements
INotifyPropertyChanged, IDisposable

Properties

IdGets or sets a GUID value that identifies a network profile.
NameGets or sets the name of a network profile. The name is used for display purposes.

Methods

DisposeReleases all resources used by this class.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a String that represents this instance.
(Overrides ObjectToString)

Events

PropertyChangedOccurs when a property value changes.

See Also