[]
Gets or sets a value indicating whether the file referenced by the file specification is volatile (changes frequently with time). If the value is true, applications should never cache a copy of the file.
public bool Volatile { get; set; }
Public Property Volatile As Boolean