Key.Collation PropertyKey.Collation PropertyKey::Collation Property

Gets the URI of the collation to use when deciding whether two strings are equal for the purposes of key matching, os null a null reference (Nothing in Visual Basic) nullptr to use the default collation.

Syntax

Public ReadOnly Property Collation As AnyUri
        Get
public AnyUri Collation { get; }
public:
property AnyUri^ Collation {
    AnyUri^ get();
}
 

Property Value

Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^

The URI of the collation to use when deciding whether two strings are equal for the purposes of key matching, os null a null reference (Nothing in Visual Basic) nullptr to use the default collation.