Separator between the mls number and the numeric suffix. Only used with rtNumeric and rtDatalink rename types

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string Separator { get; set; }
Visual Basic (Declaration)
Public Property Separator As String
Visual C++
public:
property String^ Separator {
	String^ get ();
	void set (String^ value);
}

See Also