次の方法で共有


UploadCSPack.StorageAccountName Property

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

Syntax

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

Property Value

Type: System.Activities.InOutArgument<String>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

UploadCSPack Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace