 | AppointmentProductId Property |
Gets or sets the identifier for the product that created the iCalendar object.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string ProductId { get; set; }Public Property ProductId As String
Get
Set
public:
property String^ ProductId {
String^ get ();
void set (String^ value);
}member ProductId : string with get, set
Property Value
String
See Also