StoreLogPropertyDefinition<T> Class

Definition

A store log property without a value assigned.

generic <typename T>
public ref class StoreLogPropertyDefinition : Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition
public class StoreLogPropertyDefinition<T> : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition
type StoreLogPropertyDefinition<'T> = class
    inherit StoreLogPropertyDefinition
Public Class StoreLogPropertyDefinition(Of T)
Inherits StoreLogPropertyDefinition

Type Parameters

T

The property type

Inheritance
StoreLogPropertyDefinition<T>

Constructors

StoreLogPropertyDefinition<T>()

Methods

WithoutValue()
WithValue(T)

Applies to