[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public Nullable<DateTime> LastModifyTo { get; set; }
[ConfigAttribute]
public Nullable<DateTime> LastModifyTo { get; set; }
<ConfigAttribute>
Public Property LastModifyTo As Nullable(Of DateTime)
Get
Set
<ConfigAttribute>
Public Property LastModifyTo As Nullable(Of DateTime)
Get
Set
public:
[ConfigAttribute]
property Nullable<DateTime> LastModifyTo {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
[ConfigAttribute]
property Nullable<DateTime> LastModifyTo {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<ConfigAttribute>]
member LastModifyTo : Nullable<DateTime> with get, set
[<ConfigAttribute>]
member LastModifyTo : Nullable<DateTime> with get, set
Property Value
Type:
Nullable
DateTime