Snippet IdentifierExample Id Property
This read-only property returns the example ID
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public string ExampleId { get; }VB
Public ReadOnly Property ExampleId As String
GetC++
public:
property String^ ExampleId {
String^ get ();
}F#
member ExampleId : string with get