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