SocketActivityInformation.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A unique string for this app used to identify the transferred socket. This is passed by the app while transferring the socket ownership to the service.
public:
property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = socketActivityInformation.id;
Public ReadOnly Property Id As String
Property Value
A unique string to identify the transferred socket.