IAddressValidFrom Property |
The address is valid from this date
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime ValidFrom { get; set; }
Property ValidFrom As DateTime
Get
Set
Dim instance As IAddress
Dim value As DateTime
value = instance.ValidFrom
instance.ValidFrom = value
property DateTime ValidFrom {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also