Class UserAppInfo
User App information
Inheritance
System.Object
UserAppInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class UserAppInfo
Properties
AppName
Gets Application Name
Declaration
public string AppName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
AutoStart
Gets Auto Start Status
Declaration
public bool AutoStart { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
MetaData
Gets Application Meta Data
Declaration
public string MetaData { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RunStatus
Gets Application Run Status
Declaration
public bool RunStatus { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |