ResourceId Property

Summary

Gets or sets the resource id.

Syntax
C#
VB
C++
public string ResourceId { get; set; } 
  
Public Property ResourceId As String 
public: 
property String^ ResourceId { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

In case of an Exe capture, this will be filled with a character string containing the resource id of the resource that was captured.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly