StorageAccountProperties.Capabilities Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := , IsRequired := False, EmitDefaultValue := False)> _
Public Property Capabilities As List(Of String)
[DataMemberAttribute(Order = , IsRequired = false, EmitDefaultValue = false)]
public List<string> Capabilities { get; private set; }
[DataMemberAttribute(Order = , IsRequired = false, EmitDefaultValue = false)]
public:
property List<String^>^ Capabilities {
List<String^>^ get ();
private: void set (List<String^>^ value);
}
[<DataMemberAttribute(Order = , IsRequired = false, EmitDefaultValue = false)>]
member Capabilities : List<string> with get, private set
function get Capabilities () : List<String>
private function set Capabilities (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
.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
StorageAccountProperties Class
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace