GetScheduledOperationRequestStartDate Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public DateTime StartDate { get; set; }
<DataMemberAttribute>
Public Property StartDate As DateTime
Get
Set
public:
[DataMemberAttribute]
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member StartDate : DateTime with get, set
function get StartDate () : DateTime
function set StartDate (value : DateTime)
Property Value
Type:
DateTime
See Also