Class RemoteValues
Definition
- Namespace:
- Tizen.Applications.Messages
- Assembly:
- Tizen.Applications.MessagePort.dll
Contains AppId, port name, and trusted.
public class RemoteValues
- Inheritance
-
objectRemoteValues
Properties
View SourceAppId
The ID of the remote application that sent this message.
Declaration
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
string |
PortName
The name of the remote message port.
Declaration
public string PortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Trusted
If true, the remote port is a trusted port, otherwise, if false, it is not.
Declaration
public bool Trusted { get; set; }
Property Value
Type | Description |
---|---|
bool |