StoreLogPropertyDefinition<T>.WithoutValue 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.
public:
virtual Microsoft::VisualStudio::Settings::StoreLogPropertyInstance<T> ^ WithoutValue();
public virtual Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<T> WithoutValue ();
public Microsoft.VisualStudio.Settings.StoreLogPropertyInstance WithoutValue ();
abstract member WithoutValue : unit -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
override this.WithoutValue : unit -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
member this.WithoutValue : unit -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance
Public Overridable Function WithoutValue () As StoreLogPropertyInstance(Of T)
Public Function WithoutValue () As StoreLogPropertyInstance