PersonalStorageLoadOptions.Writable

PersonalStorageLoadOptions.Writable property

Gets or sets a value indicating whether the pst is writable. By default the value is true.

public bool Writable { get; set; }

Property Value

true if writable; otherwise, false.

See Also