SCCM WebService API Reference

ScriptParameter..::..Position Property

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

Syntax


public int Position { get; set; }
Public Property Position As Integer
	Get
	Set
public:
property int^ Position {
	int^ get ();
	void set (int^ value);
}