ImageReference.Id Property

HTML to MAML Converter

ImageReferenceId Property
This returns the image's unique ID

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string Id { get; }
Public ReadOnly Property Id As String
	Get
public:
property String^ Id {
	String^ get ();
}
member Id : string with get

Property Value

Type: String
See Also