IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData.Data 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.
Data received from the application that activated the current application.
public:
property ValueSet ^ Data { ValueSet ^ get(); };
ValueSet Data();
public ValueSet Data { get; }
var valueSet = iProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData.data;
Public ReadOnly Property Data As ValueSet
Property Value
User-defined data.