Share via


WebSiteGetPublishProfileResponse.PublishProfiles Property

Gets or sets a collection of PublishProfile objects that lists the publish profiles for a web site.

Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim instance As WebSiteGetPublishProfileResponse
Dim value As IList(Of PublishProfile)

value = instance.PublishProfiles

instance.PublishProfiles = value

Syntax

'Declaration
Public Property PublishProfiles As IList(Of PublishProfile)
public IList<PublishProfile> PublishProfiles { get; set; }
public:
property IList<PublishProfile^>^ PublishProfiles {
    IList<PublishProfile^>^ get ();
    void set (IList<PublishProfile^>^ value);
}
/** @property */
public IList<PublishProfile> get_PublishProfiles ()

/** @property */
public void set_PublishProfiles (IList<PublishProfile> value)
public function get PublishProfiles () : IList<PublishProfile>

public function set PublishProfiles (value : IList<PublishProfile>)

Property Value

A collection of PublishProfile objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteGetPublishProfileResponse Class
WebSiteGetPublishProfileResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace