API Reference
Class
VCard
vCard payload.
Inheritance
- Object
- VCard
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method VCard.<Clone>$
Constructors
public VCard(String Raw, String FullName, String Organization, String Email, String Phone) #vCard payload.
Parameters
- Raw System.String
- FullName System.String
- Organization System.String
- Email System.String
- Phone System.String
Methods
public VCard <Clone>$() #Returns:
VCardpublic Void Deconstruct(out String Raw, out String FullName, out String Organization, out String Email, out String Phone) #Returns:
VoidParameters
- Raw String
- FullName String
- Organization String
- Email String
- Phone String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String