Class App.Record
Inherited Members
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
device
The device URN.
Declaration
[CanBeNull]
public string device { get; set; }
Property Value
Type | Description |
---|---|
String |
name
Declaration
[CanBeNull]
public string name { get; set; }
Property Value
Type | Description |
---|---|
String |
owner
The owner URN.
Declaration
[CanBeNull]
public string owner { get; set; }
Property Value
Type | Description |
---|---|
String |
revision
Declaration
public int revision { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
version
Declaration
[CanBeNull]
public string version { get; set; }
Property Value
Type | Description |
---|---|
String |