| AppointmentProductId Property |
Gets or sets the identifier for the product that created the iCalendar object.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
StringSee Also