SDKManifest.SupportedArchitectures 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.
Supported Architectures is a semicolon delimited list of architectures that the SDK supports.
public:
property System::String ^ SupportedArchitectures { System::String ^ get(); };
public string SupportedArchitectures { get; }
member this.SupportedArchitectures : string
Public ReadOnly Property SupportedArchitectures As String