public:
property Nullable<TimeSpan> Period { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? Period { get; set; }
member this.Period : Nullable<TimeSpan> with get, set
Public Property Period As Nullable(Of TimeSpan)
屬性值