FullTrustProcessLaunchResult.LaunchResult 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 a value that specifies the result status of the full trust process launch operation.
public:
property FullTrustLaunchResult LaunchResult { FullTrustLaunchResult get(); };
FullTrustLaunchResult LaunchResult();
public FullTrustLaunchResult LaunchResult { get; }
var fullTrustLaunchResult = fullTrustProcessLaunchResult.launchResult;
Public ReadOnly Property LaunchResult As FullTrustLaunchResult
Property Value
A value from the FullTrustLaunchResult enumeration specifying the result status.