Snippet IdentifierSnippet Id Property
This read-only property returns the snippet 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 SnippetId { get; }VB
Public ReadOnly Property SnippetId As String
GetC++
public:
property String^ SnippetId {
String^ get ();
}F#
member SnippetId : string with get