 | NetworkSettingsName Property |
Gets or sets the name of a network profile. The name is used for display purposes.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
String
Exceptions
See Also