The name of the product that generated the vCard.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string ProductId { get; set; } |
Visual Basic |
---|
Public Property ProductId As String
Get
Set |
Visual C++ |
---|
public:
property String^ ProductId {
String^ get ();
void set (String^ value);
} |
See Also