Click or drag to resize
IAgreementManagerGetValidAgreementOrNull Method

[This is preliminary documentation and is subject to change.]

Validates an agreement

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IAgreement GetValidAgreementOrNull(
	string ipAddress,
	string agreementName
)

Parameters

ipAddress
Type: SystemString

[Missing <param name="ipAddress"/> documentation for "M:Netadmin.Management.Order.IAgreementManager.GetValidAgreementOrNull(System.String,System.String)"]

agreementName
Type: SystemString

[Missing <param name="agreementName"/> documentation for "M:Netadmin.Management.Order.IAgreementManager.GetValidAgreementOrNull(System.String,System.String)"]

Return Value

Type: IAgreement
The agreement if it is valid. Otherwise null is returned
See Also