| BaseSeparator Property |
[This is preliminary documentation and is subject to change.]
Gets the separator.
Namespace: OAuth.EncoderAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax protected virtual string Separator { get; }
Protected Overridable ReadOnly Property Separator As String
Get
protected:
virtual property String^ Separator {
String^ get ();
}
abstract Separator : string with get
override Separator : string with get
Property Value
Type:
StringSeparator.
See Also