XppObjectBase.objectOnServer Method

Definition

Caution

When running in the cloud, the objects are always on the server. Calling code can be refactored to handle this.

public:
 bool objectOnServer();
[System.Obsolete("When running in the cloud, the objects are always on the server.  Calling code can be refactored to handle this.")]
public bool objectOnServer ();
[<System.Obsolete("When running in the cloud, the objects are always on the server.  Calling code can be refactored to handle this.")>]
member this.objectOnServer : unit -> bool
Public Function objectOnServer () As Boolean

Returns

Attributes

Applies to