XppObjectBase.objectOnServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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