 | CommonRateTypeProgramID Field |
A unique ID representing the program for this rate. A null value indicates that this rate is attached to a combo program instead of a standalone program.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> ProgramID
Public ProgramID As Nullable(Of Integer)
public var ProgramID : Nullable<int>
Field Value
Type:
NullableInt32
See Also