SCCM WebService API Reference

WebServiceResult..::..Success Property

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

Syntax


public bool Success { get; set; }
Public Property Success As Boolean
	Get
	Set
public:
property bool^ Success {
	bool^ get ();
	void set (bool^ value);
}