ActivityProperties.OutputTypes Property
Optional. Gets or sets the output types of the activity.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Usage
'Usage
Dim instance As ActivityProperties
Dim value As IList(Of ActivityOutputType)
value = instance.OutputTypes
instance.OutputTypes = value
Syntax
'Declaration
Public Property OutputTypes As IList(Of ActivityOutputType)
public IList<ActivityOutputType> OutputTypes { get; set; }
public:
property IList<ActivityOutputType^>^ OutputTypes {
IList<ActivityOutputType^>^ get ();
void set (IList<ActivityOutputType^>^ value);
}
/** @property */
public IList<ActivityOutputType> get_OutputTypes ()
/** @property */
public void set_OutputTypes (IList<ActivityOutputType> value)
public function get OutputTypes () : IList<ActivityOutputType>
public function set OutputTypes (value : IList<ActivityOutputType>)
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
ActivityProperties Class
ActivityProperties Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace