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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.