[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for P:SharpSvn.SvnClientContext.Authenticator]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
[ObsoleteAttribute("Please use .Authentication instead")] public SvnAuthentication Authenticator { get; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Please use .Authentication instead")> _ Public ReadOnly Property Authenticator As SvnAuthentication |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Please use .Authentication instead")] public: property SvnAuthentication^ Authenticator { SvnAuthentication^ get (); } |