PackageContentGroupStagingEventArgs.ContentGroupName Property

Definition

Gets the name of the content group that is being staged.

public:
 property Platform::String ^ ContentGroupName { Platform::String ^ get(); };
winrt::hstring ContentGroupName();
public string ContentGroupName { get; }
var string = packageContentGroupStagingEventArgs.contentGroupName;
Public ReadOnly Property ContentGroupName As String

Property Value

String

Platform::String

winrt::hstring

The name of the content group.

Applies to