Gets or sets what to use as the identity of a DimensionValue for the purpose
of ordering when the Canonicalize(IEnumerable<(Of <(DimensionValue>)>)) function is called. Valid values are any value of
the DimensionValueCollectionCanonicalizer..::.CanonicalIdentity enum.
Namespace:
Endeca.Web.Url.Seo.CanonicalizersAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public DimensionValueCollectionCanonicalizer..::.CanonicalIdentity Identifier { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Identifier As DimensionValueCollectionCanonicalizer..::.CanonicalIdentity |
| Visual C++ |
|---|
public: property DimensionValueCollectionCanonicalizer..::.CanonicalIdentity Identifier { DimensionValueCollectionCanonicalizer..::.CanonicalIdentity get (); void set (DimensionValueCollectionCanonicalizer..::.CanonicalIdentity value); } |