ValuesCount Property

MSBuild

The number of values returned in Values


Namespace: MSBuild.Community.Tasks.Xml
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property ValuesCount As Integer
C#
[Output]
public int ValuesCount { get; }
C++
[Output]
public property int ValuesCount sealed  {
    int get();
}
J#
/** @attribute Output() */
/** property */
public int get_ValuesCount();
JScript
public function get ValuesCount() : int

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.