ScriptRequirements.RequiredApplicationId 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.
The application id this script requires, specified like:
#requires -Shellid Shell
If no application id has been specified, this property is null.
public:
property System::String ^ RequiredApplicationId { System::String ^ get(); };
public:
property Platform::String ^ RequiredApplicationId { Platform::String ^ get(); };
public string RequiredApplicationId { get; }
member this.RequiredApplicationId : string
Public ReadOnly Property RequiredApplicationId As String