[This is preliminary documentation and is subject to change.]

The system generated unique identifier for the resource.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int ResourceId { get; set; }
Visual Basic (Declaration)
Public Property ResourceId As Integer
Visual C++
public:
property int ResourceId {
	int get ();
	void set (int value);
}

See Also