VCardProperty(ParameterSection, String) Constructor
Constructor called by derived classes.
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
protected VCardProperty(
ParameterSection parameters,
string? group
)
Protected Sub New (
parameters As ParameterSection,
group As String
)
protected:
VCardProperty(
ParameterSection^ parameters,
String^ group
)
new :
parameters : ParameterSection *
group : string -> VCardProperty
Parameters
- parameters ParameterSection
- A ParameterSection object that represents
the parameter part of a vCard property.
- group String
- Identifier of the group of VCardProperty objects, which the VCardProperty should belong to, or null
to indicate that the VCardProperty does not belong to any group.