Share via


Suggestion.Value property

Gets the value of this suggestion, typically an account name or a keyword.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property Value As String
    Get
'Usage
Dim instance As Suggestion
Dim value As String

value = instance.Value
public string Value { get; }

Property value

Type: System.String
Returns String.

See also

Reference

Suggestion class

Suggestion members

Microsoft.Office.Server.UserProfiles namespace