PackageAllUserProvisioningOptions.OptionalPackageFamilyNames 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.
Gets the list of optional family names of packages that form a related set with the specified main package family.
public:
property IVector<Platform::String ^> ^ OptionalPackageFamilyNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> OptionalPackageFamilyNames();
public IList<string> OptionalPackageFamilyNames { get; }
var iVector = packageAllUserProvisioningOptions.optionalPackageFamilyNames;
Public ReadOnly Property OptionalPackageFamilyNames As IList(Of String)
Property Value
The list of optional family names.