C#
VB
C++
Gets or sets the flag that indicates whether to use the EPH marker.
public bool UseEphMarker { get; set; }
Public Property UseEphMarker As Boolean
public:
property bool UseEphMarker {
bool get();
void set ( bool value);
}
true to use the EPH marker, false to command not to use the EPH marker. (Default).