Sage.PL.WebAPI.Interface.Common.ViewModels.Aspects Namespace > AspectSplitDetails Class > AspectSplitDetails Properties > Percent Property 

Drukuj

.NET Framework Class Library

AspectSplitDetails.Percent Property

Wartość procentowa rozbicia.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels.Aspects

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Percent As Decimal
 Get
 Set

C#

public decimal Percent { getset; }

Visual C++

public:
property Decimal Percent {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_percent();
function set_percent(value);

See Also

AspectSplitDetails Class

AspectSplitDetails Members

Sage.PL.WebAPI.Interface.Common.ViewModels.Aspects Namespace