SDKManifest.ProductFamilyName 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.
ProductFamilyName specifies the product family for the SDK. This is offered up as metadata on the resolved sdkreference and is used to detect sdk conflicts.
public:
property System::String ^ ProductFamilyName { System::String ^ get(); };
public string ProductFamilyName { get; }
member this.ProductFamilyName : string
Public ReadOnly Property ProductFamilyName As String