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