BorderPanel.BorderSides Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Déclaration
Public Property BorderSides As BorderPanel..::..Sides
Get
Set
public BorderPanel..::..Sides BorderSides { get; set; }
public:
property BorderPanel..::..Sides BorderSides {
BorderPanel..::..Sides get ();
void set (BorderPanel..::..Sides value);
}
member BorderSides : BorderPanel..::..Sides with get, set
function get BorderSides () : BorderPanel..::..Sides
function set BorderSides (value : BorderPanel..::..Sides)
Property Value
Type: Microsoft.TeamFoundation.Client.BorderPanel.Sides
Returns BorderPanel.Sides.
.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.