CurrentAvailabilityGroupedByProjectionId Property |
Gets or sets the identifier.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Guid Id { get; set; }
Public Property Id As Guid
Get
Set
public:
property Guid^ Id {
Guid^ get ();
void set (Guid^ value);
}
member Id : Guid with get, set
Property Value
Type:
Guid
Represents Rent Transaction Line Id.
See Also