Image ReferenceId Property
This is used to get or set the unique ID of the image
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Id { get; set; }VB
Public Property Id As String
Get
SetC++
public:
property String^ Id {
String^ get ();
void set (String^ value);
}F#
member Id : string with get, set