RowSet.ColumnCount Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
‘선언
Public ReadOnly Property ColumnCount As Integer
Get
public int ColumnCount { get; }
public:
virtual property int ColumnCount {
int get () sealed;
}
abstract ColumnCount : int
override ColumnCount : int
final function get ColumnCount () : int
Property Value
Type: System.Int32
Implements
.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.