ActionInvocationHelpDetails.HelpUri 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 or sets the URI that links to content related to the help details.
public:
property Uri ^ HelpUri { Uri ^ get(); void set(Uri ^ value); };
Uri HelpUri();
void HelpUri(Uri value);
public System.Uri HelpUri { get; set; }
var uri = actionInvocationHelpDetails.helpUri;
actionInvocationHelpDetails.helpUri = uri;
Public Property HelpUri As Uri
Property Value
The help URI.