NodeKind Property

MSBuild

The Subversion node kind.


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

Syntax

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

See Also

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