[This is preliminary documentation and is subject to change.]

Gets the SvnCommandType of the command

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public abstract SvnCommandType CommandType { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CommandType As SvnCommandType
Visual C++
public:
virtual property SvnCommandType CommandType {
	SvnCommandType get () abstract;
}

See Also