DataSetDefinition.WidthSensitivity Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Proxy.Reporting
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property WidthSensitivity As SensitivityEnum
'Usage
Dim instance As DataSetDefinition
Dim value As SensitivityEnum
value = instance.WidthSensitivity
instance.WidthSensitivity = value
public SensitivityEnum WidthSensitivity { get; set; }
public:
property SensitivityEnum WidthSensitivity {
SensitivityEnum get ();
void set (SensitivityEnum value);
}
public function get WidthSensitivity () : SensitivityEnum
public function set WidthSensitivity (value : SensitivityEnum)
Property Value
Type: Microsoft.TeamFoundation.Proxy.Reporting.SensitivityEnum
.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.