Share via


XboxLiveDeviceAddress.IsValid Property

Definition

Gets a Boolean value indicating whether this XboxLiveDeviceAddress is valid.

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 IsValid { bool get(); };
bool IsValid();
public bool IsValid { get; }
var boolean = xboxLiveDeviceAddress.isValid;
Public ReadOnly Property IsValid As Boolean

Property Value

Boolean

bool

True when this XboxLiveDeviceAddress is valid; False otherwise.

Remarks

Snapshots are expected to originate from previous calls to GetSnapshotAsBase64, GetSnapshotAsBuffer, or GetSnapshotAsBytes, unmodified. If you pass a snapshot to CreateFromSnapshotBase64, CreateFromSnapshotBuffer, or CreateFromSnapshotBytes that has been modified in any way, then an XboxLiveDeviceAddress is created, but its IsValid property is false.

Applies to