AzureCreateStorageAccount.Description Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property Description As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> Description { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ Description {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member Description : InArgument<string> with get, set
function get Description () : InArgument<String>
function set Description (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

AzureCreateStorageAccount Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace