ActivationArguments.ActivationData 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 activation data from the host.
public:
property cli::array <System::String ^> ^ ActivationData { cli::array <System::String ^> ^ get(); };
public string[] ActivationData { get; }
member this.ActivationData : string[]
Public ReadOnly Property ActivationData As String()
Property Value
String[]
An array of strings containing host-provided activation data.
Remarks
The activation data consists of information such as the query string portion of a URL.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.