SCCM WebService API Reference

PowerShellScriptProperties..::..ScriptType Property

Namespace:  SCCMWebService.DataObjects
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


public ScriptTypes ScriptType { get; set; }
Public Property ScriptType As ScriptTypes
	Get
	Set
public:
property ScriptTypes^ ScriptType {
	ScriptTypes^ get ();
	void set (ScriptTypes^ value);
}