WiFiDirectServiceSession.SessionId 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.
Gets the session ID.
public:
property unsigned int SessionId { unsigned int get(); };
uint32_t SessionId();
public uint SessionId { get; }
var uInt32 = wiFiDirectServiceSession.sessionId;
Public ReadOnly Property SessionId As UInteger
Property Value
A unique session identifier.