SettingsTagProtectionAccessPassword Property |
Gets the tag protection access password.
if
TagProtection is set to
DynamicPassword, tag will be locked automatically when writing data and the tag's access password will
changed to a reader calculated password.
if
TagProtection is set to
SpecifiedPassword, tag will be locked automatically when writing data and the tag's access password will
changed to the TagProtectionAccessPassword.
Namespace:
com.gigatms.Parameters.TS50
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic byte[] TagProtectionAccessPassword { get; set; }
Public Property TagProtectionAccessPassword As Byte()
Get
Set
public:
property array<unsigned char>^ TagProtectionAccessPassword {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
Byte
The tag protection access password.
See Also