RelationProperty Constructor
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
public RelationProperty(
	Relation value,
	string? group = null
)
Public Sub New ( 
	value As Relation,
	Optional group As String = Nothing
)
public:
RelationProperty(
	Relation^ value, 
	String^ group = nullptr
)
new : 
        value : Relation * 
        ?group : string 
(* Defaults:
        let _group = defaultArg group null
*)
-> RelationProperty
Parameters
- value  Relation
- A Relation instance that identifies the person
            or organization with whome there is a relationship.
- group  String  (Optional)
- 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.