Share via


XboxLiveDeviceAddress.IsLocal Property

Definition

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.

Applies to