ParameterValues Property
IT Hit WebDAV Classes Reference
Parameter values.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public IList<string> Values { get; set; }
Public Property Values As IList(Of String)
Get
Set
public:
property IList<String^>^ Values {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Values : IList<string> with get, set
Property Value
Type:
IListStringRemarks
In case of business card 4.0 this array contains decoded and unquoted parameter values.
Encoding/decoding and quoting/unquoting is done during serialization/deserialization process according to rules described in:
http://tools.ietf.org/html/rfc6868 and in http://tools.ietf.org/html/rfc6350#section-5.
In case if business card 3.0 and 2.1 the values are not encoded and quoted.
See Also