public int? FileCount { get; set; }
Public Property FileCount As Integer? Get Set
public: property Nullable<int> FileCount { Nullable<int> get (); void set (Nullable<int> value); }
member FileCount : Nullable<int> with get, set
In This Article