Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As FeatureDisplayInfo |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class FeatureDisplayInfo Inherits LocalizedData |
C# |
---|
[SerializableAttribute] public class FeatureDisplayInfo : LocalizedData |
C++ |
---|
[SerializableAttribute] public ref class FeatureDisplayInfo : public LocalizedData |
J# |
---|
/** @attribute SerializableAttribute() */ public class FeatureDisplayInfo extends LocalizedData |
JScript |
---|
SerializableAttribute public class FeatureDisplayInfo extends LocalizedData |
Inheritance
Hierarchy
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.LocalizedData
Microsoft.ConfigurationManagement.ApplicationManagement.FeatureDisplayInfo
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.LocalizedData
Microsoft.ConfigurationManagement.ApplicationManagement.FeatureDisplayInfo
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.