Gets or sets the effectivity type of the property definition.

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

Syntax

C#
public PropertyEffectivityKind PropertyEffectivityType { get; set; }
Visual Basic
Public Property PropertyEffectivityType As PropertyEffectivityKind
	Get
	Set
Visual C++
public:
property PropertyEffectivityKind PropertyEffectivityType {
	PropertyEffectivityKind get ();
	void set (PropertyEffectivityKind value);
}

See Also