RemoteFileActionEntity.LastUpdatedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IReference<DateTime> ^ LastUpdatedTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
IReference<DateTime> LastUpdatedTime();
void LastUpdatedTime(IReference<DateTime> value);
[Windows.Foundation.Metadata.Experimental]
public System.Nullable<System.DateTimeOffset> LastUpdatedTime { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var iReference = remoteFileActionEntity.lastUpdatedTime;
remoteFileActionEntity.lastUpdatedTime = iReference;
Public Property LastUpdatedTime As Nullable(Of DateTimeOffset)
Property Value
- Attributes