Gets the state of the object in the local workspace.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public CacheSyncKind Status { get; }
Visual Basic
Public ReadOnly Property Status As CacheSyncKind
	Get
Visual C++
public:
property CacheSyncKind Status {
	CacheSyncKind get ();
}

Remarks

For AMFS this value is always AMUICACHE_DONOTHING.

See Also