IAgreementManagerGetValidAgreementOrNull Method |
[This is preliminary documentation and is subject to change.]
Validates an agreement
Namespace: Netadmin.Management.OrderAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIAgreement GetValidAgreementOrNull(
string ipAddress,
string agreementName
)
Function GetValidAgreementOrNull (
ipAddress As String,
agreementName As String
) As IAgreement
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:
IAgreementThe agreement if it is valid. Otherwise null is returned
See Also