IAppointmentDocument Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSODocument Document { get; set; }
Property Document As SODocument
Get
Set
Dim instance As IAppointment
Dim value As SODocument
value = instance.Document
instance.Document = value
property SODocument^ Document {
SODocument^ get ();
void set (SODocument^ value);
}
Property Value
Type:
SODocument
See Also