Gets or sets the location 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 PropertyLocationKind Location { get; set; }
Visual Basic
Public Property Location As PropertyLocationKind
	Get
	Set
Visual C++
public:
property PropertyLocationKind Location {
	PropertyLocationKind get ();
	void set (PropertyLocationKind value);
}

See Also