Class GetHousingBuildingImageRequest
Represents the a request for the GetHousingBuildingImage method.
Inheritance
System.Object
GetHousingBuildingImageRequest
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetHousingBuildingImageRequest : ServiceRequest
Constructors
GetHousingBuildingImageRequest()
Declaration
public GetHousingBuildingImageRequest()
Properties
HousingBuildingId
Gets or sets the HousingBuildingId.
Declaration
public int HousingBuildingId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The HousingBuildingId. |