ResourceId Property
The unique identifier of the resource.
Syntax
[VB.NET] Public Property ResourceId As String
[C#] public string ResourceId {get; set;}
Remarks
This property holds the unique Id of the specified resource. This is populated when ResourceIndex is set.
ResourceId or ResourcePath may be set to specify the resource before calling any of the following methods. If both are specified ResourceId takes precedence.
This property is not available at design time.
Default Value
""