Entity specific localization collection.
e.g. EntityNameLocalizations
Note: This collection will be used to add/modify the localization entities inside

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public IEntityCollection2 Collection { get; set; }
Visual Basic
Public Property Collection As IEntityCollection2
	Get
	Set
Visual C++
public:
property IEntityCollection2^ Collection {
	IEntityCollection2^ get ();
	void set (IEntityCollection2^ value);
}
F#
member Collection : IEntityCollection2 with get, set

Property Value

Type: IEntityCollection2

See Also