LiveIDSettings.SiteName Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

A value returned from Windows Live ID by using the GetLiveIDSettings() method.

Namespace:  WebSvcDiscovery
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property SiteName As String
    Get
    Set
'Usage
Dim instance As LiveIDSettings
Dim value As String

value = instance.SiteName

instance.SiteName = value
public string SiteName { get; set; }

Property Value

Type: System.String

See Also

Reference

LiveIDSettings Class

LiveIDSettings Members

WebSvcDiscovery Namespace