Gets or sets a string representation for the specified URL hash segment.
Namespace: Aspose.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic string Hash { get; set; }Public Property Hash As String
Get
Set
public:
property String^ Hash {
String^ get ();
void set (String^ value);
}member Hash : string with get, set
Property Value
Type:
String
The hash.
See Also