SymbolInfoSvgDataId Property  | 
 
            Gets the ID of the path.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "Id")]
public string Id { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "Id")>
Public Property Id As String
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"Id")]
property String^ Id {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "Id")>]
member Id : string with get, set
Property Value
Type: 
String
            The ID of the path.
            
See Also