StoreLogPropertyDefinition.CanonicalRepresentation Property
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 setting may be persisted in different formats as it flows through the pipeline. This is a representation of the setting value that will remain constant regardless of the underlying serialization format.
public:
static property Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition<System::String ^> ^ CanonicalRepresentation { Microsoft::VisualStudio::Settings::StoreLogPropertyDefinition<System::String ^> ^ get(); };
public static Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<string> CanonicalRepresentation { get; }
static member CanonicalRepresentation : Microsoft.VisualStudio.Settings.StoreLogPropertyDefinition<string>
Public Shared ReadOnly Property CanonicalRepresentation As StoreLogPropertyDefinition(Of String)