RemoteSystemSessionOptions.IsInviteOnly 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.
Indicates whether or not the session described by this RemoteSystemSessionOptions instance should be discoverable by invite only.
public:
property bool IsInviteOnly { bool get(); void set(bool value); };
bool IsInviteOnly();
void IsInviteOnly(bool value);
public bool IsInviteOnly { get; set; }
var boolean = remoteSystemSessionOptions.isInviteOnly;
remoteSystemSessionOptions.isInviteOnly = boolean;
Public Property IsInviteOnly As Boolean
Property Value
Boolean
bool
A value of true if the corresponding session will only be discoverable for systems that receive an invitation, false if the session will be publicly discoverable.
Windows requirements
App capabilities |
remoteSystem
|