AppBroadcastPreview.ErrorCode 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 the error code associated with the app broadcast preview.
public:
property IReference<unsigned int> ^ ErrorCode { IReference<unsigned int> ^ get(); };
IReference<uint32_t> ErrorCode();
public System.Nullable<uint> ErrorCode { get; }
var iReference = appBroadcastPreview.errorCode;
Public ReadOnly Property ErrorCode As Nullable(Of UInteger)
Property Value
The error code associated with the app broadcast preview.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|