See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public abstract Nullable<decimal> IndexId { get; }
Visual Basic
Public MustOverride ReadOnly Property IndexId As Nullable(Of Decimal)
	Get
Visual C++
public:
virtual property Nullable<Decimal> IndexId {
	Nullable<Decimal> get () abstract override;
}

Property Value

Type: Nullable<(Of <(<'Decimal>)>)>

See Also