Share via


ModuleProperties.ContentLink Property

 

Optional. Gets or sets the contentLink of the module.

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

Syntax

public ContentLink ContentLink { get; set; }
public:
property ContentLink^ ContentLink {
    ContentLink^ get();
    void set(ContentLink^ value);
}
member ContentLink : ContentLink with get, set
Public Property ContentLink As ContentLink

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ContentLink

See Also

ModuleProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top