AzureStorageAccountKeys.Secondary Property

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

Syntax

'Declaration
Public Property Secondary As String
public string Secondary { get; private set; }
public:
property String^ Secondary {
    String^ get ();
    private: void set (String^ value);
}
member Secondary : string with get, private set
function get Secondary () : String 
private function set Secondary (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

AzureStorageAccountKeys Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace