SCCM WebService API Reference

LicenseInfo..::..ExpirationDateEnabled Property

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

Syntax


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