Share via


ServiceDefinition.RelativeToSettingValue Property

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

Syntax

'Declaration
Public Property RelativeToSettingValue As Integer
public int RelativeToSettingValue { get; set; }
public:
property int RelativeToSettingValue {
    int get ();
    void set (int value);
}
member RelativeToSettingValue : int with get, set
function get RelativeToSettingValue () : int 
function set RelativeToSettingValue (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.VisualStudio.Services.Location Namespace