AutoscalingSettings.ServiceInformationStoreName Property
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Gets or sets the execution lease implementation to use.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
[ConfigurationPropertyAttribute("serviceInformationStoreName", IsRequired = true)]
[ReferenceAttribute(typeof(NameTypeConfigurationElementCollection<ServiceInformationStoreData, CustomServiceInformationStoreData>),
typeof(ServiceInformationStoreData))]
[BrowsableAttribute(false)]
public string ServiceInformationStoreName { get; set; }
'Declaration
<ConfigurationPropertyAttribute("serviceInformationStoreName", IsRequired := True)> _
<ReferenceAttribute(GetType(NameTypeConfigurationElementCollection(Of ServiceInformationStoreData, CustomServiceInformationStoreData)), _
GetType(ServiceInformationStoreData))> _
<BrowsableAttribute(False)> _
Public Property ServiceInformationStoreName As String
Get
Set
[ConfigurationPropertyAttribute(L"serviceInformationStoreName", IsRequired = true)]
[ReferenceAttribute(typeof(NameTypeConfigurationElementCollection<ServiceInformationStoreData^, CustomServiceInformationStoreData^>),
typeof(ServiceInformationStoreData))]
[BrowsableAttribute(false)]
public:
property String^ ServiceInformationStoreName {
String^ get ();
void set (String^ value);
}
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace