 | SnapshotItemSddl Property |
Gets the SDDL for the item.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string Sddl { get; }
Public ReadOnly Property Sddl As String
Get
public:
property String^ Sddl {
String^ get ();
}
Request Example
View SourceProperty Value
Type:
StringThe SDDL for the item.
See Also