ReadResult.NotPersisted(String) Method
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.
Creates a new instance of ReadResult with a not persisted result code.
public static Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ReadResult NotPersisted (string moniker);
static member NotPersisted : string -> Microsoft.VisualStudio.RpcContracts.UnifiedSettings.ReadResult
Public Shared Function NotPersisted (moniker As String) As ReadResult
Parameters
- moniker
- String
The moniker of the setting.
Returns
A new instance of ReadResult with a not persisted result code.