SettingsTagProtection Property |
Gets the reader security mode. Tag will be locked automatically when writing data if enabled.
Namespace:
com.gigatms.Parameters.TS100
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic TagProtection TagProtection { get; set; }
Public Property TagProtection As TagProtection
Get
Set
public:
property TagProtection TagProtection {
TagProtection get ();
void set (TagProtection value);
}
Property Value
Type:
TagProtection
The reader security mode.
See Also