 | SnapshotViewModelSnapshotTime property |
Time of the last update of the snapshot.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string SnapshotTime { get; set; }
Public Property SnapshotTime As String
Get
Set
public:
property String^ SnapshotTime {
String^ get ();
void set (String^ value);
}
member SnapshotTime : string with get, set
Property value
String
See also