Compartilhar 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