Share via


LocationServiceData.ClientCacheFresh Property

Namespace:  Microsoft.VisualStudio.Services.Location
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property ClientCacheFresh As Boolean
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool ClientCacheFresh { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool ClientCacheFresh {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member ClientCacheFresh : bool with get, set
function get ClientCacheFresh () : boolean 
function set ClientCacheFresh (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LocationServiceData Class

Microsoft.VisualStudio.Services.Location Namespace