Share via


KeyValueAtomicContextExpression.Key Property

Gets or sets the key of the key-value pair.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property Key As String
    Get
    Set
'Usage
Dim instance As KeyValueAtomicContextExpression
Dim value As String

value = instance.Key

instance.Key = value
string Key { get; set; }

Property Value

Type: System.String
The current value of the key.

See Also

Reference

KeyValueAtomicContextExpression Interface

KeyValueAtomicContextExpression Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace