StorageProviderStatusUI.ProviderPrimaryCommand Property

Definition

The primary command that appears in the commands area of the storage provider status UI flyout.

public:
 property IStorageProviderUICommand ^ ProviderPrimaryCommand { IStorageProviderUICommand ^ get(); void set(IStorageProviderUICommand ^ value); };
IStorageProviderUICommand ProviderPrimaryCommand();

void ProviderPrimaryCommand(IStorageProviderUICommand value);
public IStorageProviderUICommand ProviderPrimaryCommand { get; set; }
var iStorageProviderUICommand = storageProviderStatusUI.providerPrimaryCommand;
storageProviderStatusUI.providerPrimaryCommand = iStorageProviderUICommand;
Public Property ProviderPrimaryCommand As IStorageProviderUICommand

Property Value

Remarks

The icon property (IStorageProviderStatusUICommandIcon) of this command is not used.

Applies to

See also