/// <summary> /// Sets the name for this object /// </summary> public FluentXpoUrlOverlay SetOperation(XpoUrlOverlayOperations operation) { xpoUrlOverlay.OverlayOperation = operation; return(this); }
/// <summary> /// Sets the name for this object /// </summary> public FluentXpoUrlOverlay SetOperation(XpoUrlOverlayOperations operation) { xpoUrlOverlay.OverlayOperation = operation; return this; }