AzureCreateStorageAccount.ServiceName Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

AzureCreateStorageAccount Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace