ClientContext.SetDisplayValueToCurrent Method

NOTE: This member is now obsolete. Use Client.UI.SetDisplayValueToCurrent instead.

Sets property DisplayValue of tags to display Value property
<ID("SetDisplayValueToCurrent", (int)e.SetDisplayValueToCurrent)> _ 
<Obsolete("Use Client.UI.SetDisplayValueToCurrent instead.")> _ 
<EditorBrowsable(EditorBrowsableState.Never)> _ 
Public Function SetDisplayValueToCurrent() As Integer
This language is not supported or no code example is available.
[ID("SetDisplayValueToCurrent", (int)e.SetDisplayValueToCurrent)] 
[Obsolete("Use Client.UI.SetDisplayValueToCurrent instead.")] 
[EditorBrowsable(EditorBrowsableState.Never)] 
public int SetDisplayValueToCurrent()
This language is not supported or no code example is available.

Return Value

int

Always 0

.NET Framework

Supported in: 4.8

In this article

Definition