DataTypeItem.Length Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public Property Length As Short
Get
Set
public short Length { get; set; }
public:
property short Length {
short get ();
void set (short value);
}
member Length : int16 with get, set
function get Length () : short
function set Length (value : short)
Property Value
Type: System.Int16
.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.