[This is preliminary documentation and is subject to change.]

Namespace: Tring.Fiscal.Driver.Interfaces
Assembly: Tring.Fiscal.Driver (in Tring.Fiscal.Driver.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
List<VrstaPlacanja> VrstePlacanja { get; set; }
Visual Basic
Property VrstePlacanja As List(Of VrstaPlacanja)
	Get
	Set
Visual C++
property List<VrstaPlacanja^>^ VrstePlacanja {
	List<VrstaPlacanja^>^ get ();
	void set (List<VrstaPlacanja^>^ value);
}

See Also