Class RemoteValues
Definition
- Namespace:
- Tizen.Applications.Messages
- Assembly:
- Tizen.Applications.MessagePort.dll
- API Level:
- 3
Contains AppId, port name, and trusted.
C#Copypublic class RemoteValues : object
- Inheritance
-
RemoteValues
Properties
Declaration
C#Copypublic string AppId { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Declaration
C#Copypublic string PortName { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Declaration
C#Copypublic bool Trusted { get; set; }
Property Value
Type | Description |
---|---|
Boolean |