StoreLogPropertyDefinition<T>.WithValue(T) Method

Definition

public:
 virtual Microsoft::VisualStudio::Settings::StoreLogPropertyInstance<T> ^ WithValue(T value);
public virtual Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<T> WithValue (T value);
abstract member WithValue : 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
override this.WithValue : 'T -> Microsoft.VisualStudio.Settings.StoreLogPropertyInstance<'T>
Public Overridable Function WithValue (value As T) As StoreLogPropertyInstance(Of T)

Parameters

value
T

Returns

Applies to