GateRegistrationGateData Property |
Gate Data -
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic byte[] GateData { get; set; }
Public Property GateData As Byte()
Get
Set
public:
property array<unsigned char>^ GateData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member GateData : byte[] with get, set
Property Value
Type:
Byte
See Also