IAddressStreet Property
IT Hit WebDAV Classes Reference
Street address.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string[] Street { get; set; }
Property Street As String()
Get
Set
property array<String^>^ Street {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract Street : string[] with get, set
Property Value
Type:
StringExamples 123 Main Street
See Also