AzureCreateStorageAccount.GeoReplicationEnabled Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property GeoReplicationEnabled As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> GeoReplicationEnabled { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ GeoReplicationEnabled {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member GeoReplicationEnabled : InArgument<bool> with get, set
function get GeoReplicationEnabled () : InArgument<boolean>
function set GeoReplicationEnabled (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
.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
AzureCreateStorageAccount Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace