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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace