GmlOptionsNestedPropertiesSeparator Property |
Gets or sets a string that is used to separate components of nested attributes.
Default is "_".
Namespace:
Aspose.Gis.Formats.Gml
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public string NestedPropertiesSeparator { get; set; }
Public Property NestedPropertiesSeparator As String
Get
Set
public:
property String^ NestedPropertiesSeparator {
String^ get ();
void set (String^ value);
}
member NestedPropertiesSeparator : string with get, set
Property Value
Type:
StringSee Also