SecurityParametersIsInvalid Property |
Gets a value that indicates whether the hashes are invalid.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic bool IsInvalid { get; set; }
Public Property IsInvalid As Boolean
Get
Set
Dim instance As SecurityParameters
Dim value As Boolean
value = instance.IsInvalid
instance.IsInvalid = value
public:
property bool IsInvalid {
bool get ();
void set (bool value);
}
member IsInvalid : bool with get, set
Property Value
Boolean
See Also