IAddress4Geo Property
IT Hit WebDAV Classes Reference
Used to indicate global positioning information that is specific to an address.
Namespace: ITHit.WebDAV.CardAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxProperty Geo As String
Get
Set
property String^ Geo {
String^ get ();
void set (String^ value);
}
abstract Geo : string with get, set
Property Value
Type:
String
RemarksSpecifying geo information is optional. Its value is the same as that of the [!:ICard4.Geo] property.
Examplesgeo:12.3457,78.910
See Also