SDKManifest.FrameworkIdentities Property

Definition

Whatever framework identities we found in the manifest.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ FrameworkIdentities { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> FrameworkIdentities { get; }
member this.FrameworkIdentities : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property FrameworkIdentities As IDictionary(Of String, String)

Property Value

Applies to