CustomServiceInformationStoreData.TypeName 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. |
Overridden in order to apply BrowsableAttribute.
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
[BrowsableAttribute(true)]
[EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime",
"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BaseTypeAttribute(typeof(IServiceInformationStore), typeof(CustomServiceInformationStoreData))]
public override string TypeName { get; set; }
'Declaration
<BrowsableAttribute(True)> _
<EditorAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime", _
"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<BaseTypeAttribute(GetType(IServiceInformationStore), GetType(CustomServiceInformationStoreData))> _
Public Overrides Property TypeName As String
Get
Set
[BrowsableAttribute(true)]
[EditorAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TypeSelectionEditor, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime",
L"System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BaseTypeAttribute(typeof(IServiceInformationStore), typeof(CustomServiceInformationStoreData))]
public:
virtual property String^ TypeName {
String^ get () override;
void set (String^ value) override;
}
See Also
CustomServiceInformationStoreData Class
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace