XboxLiveDeviceAddress.IsLocal 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 a Boolean value indicating whether this XboxLiveDeviceAddress represents the local device.
Important
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public:
property bool IsLocal { bool get(); };
bool IsLocal();
public bool IsLocal { get; }
var boolean = xboxLiveDeviceAddress.isLocal;
Public ReadOnly Property IsLocal As Boolean
Property Value
Boolean
bool
True
when this XboxLiveDeviceAddress represents the local device; False
otherwise.