CESUriRenewalOnly Property
            Indicates whether the current CES URL can be used for certificate renewal only. If the property is set to
            True, then this URL cannot be used for initial certificate enrollment and can be used only to renew
            existing certificates. If the property is set to False, client can use this URL for initial
            certificate enrollment and existing certificate renewal.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public bool RenewalOnly { get; set; }
Public Property RenewalOnly As Boolean
	Get
	Set
public:
property bool RenewalOnly {
	bool get ();
	void set (bool value);
}
member RenewalOnly : bool with get, set
Property Value
Boolean