ContactItemType.BusinessHomePage Property
The BusinessHomePage property gets or sets a string value that contains the business home page URL of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BusinessHomePage As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.BusinessHomePage
instance.BusinessHomePage = value
public string BusinessHomePage { get; set; }
Property Value
Type: System.String
The BusinessHomePage property returns a string value that contains the business home page URL of a contact.
See Also