SCCM WebService API Reference

SQLClientProperties..::..Decommissioned Property

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

Syntax


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