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

[Missing <summary> documentation for P:SharpSvn.SvnAddArgs.Depth]

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

Syntax

C#
public SvnDepth Depth { get; set; }
Visual Basic (Declaration)
Public Property Depth As SvnDepth
Visual C++
public:
property SvnDepth Depth {
	SvnDepth get ();
	void set (SvnDepth value);
}

See Also