StoreLogPropertyDefinition<T> Class
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.
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
Constructors
StoreLogPropertyDefinition<T>() |
Properties
IsNesting | |
IsNesting | (Inherited from StoreLogPropertyDefinition) |
Methods
WithoutValue() | |
WithValue(T) |