UnsupportedAppRequirement.Requirement 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.
The name of the App Capability that is not supported
public:
property Platform::String ^ Requirement { Platform::String ^ get(); };
winrt::hstring Requirement();
public string Requirement { get; }
var string = unsupportedAppRequirement.requirement;
Public ReadOnly Property Requirement As String