XboxLiveDeviceAddress.IsValid 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 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
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.