UnsupportedAppRequirement.Reasons 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.
An UnsupportedAppRequirementReasons object that explains why a particular App Capability is unsupported on the current device
public:
property UnsupportedAppRequirementReasons Reasons { UnsupportedAppRequirementReasons get(); };
UnsupportedAppRequirementReasons Reasons();
public UnsupportedAppRequirementReasons Reasons { get; }
var unsupportedAppRequirementReasons = unsupportedAppRequirement.reasons;
Public ReadOnly Property Reasons As UnsupportedAppRequirementReasons