ManagementClassPropertyDescription Members
Represents summary information for a property of a single ManagementClassDescription object, in Configuration Manager 2007, indicated by a ManagementClassPropertyDescription XML element.
The following tables list the members exposed by the ManagementClassPropertyDescription type.
Public Constructors
Name | Description | |
---|---|---|
ManagementClassPropertyDescription | Initializes a new instance of ManagementClassPropertyDescription. |
Top
Public Fields
Name | Description | |
---|---|---|
aliasResourceAssembly | Indicates an AssemblyDescription object that represents the resource assembly for the management class property alias. | |
externalAssembly | Indicates an AssemblyDescription object that represents the external assembly for the management class property. | |
externalSortMethodAssembly | Indicates an AssemblyDescription object that represents the external sort method assembly for the management class property. |
Top
Public Properties
Name | Description | |
---|---|---|
ArrayProperty | Gets or sets a value that indicates whether the property has an array value. | |
BooleanProperty | Gets or sets a value that indicates if the property has a Boolean value. | |
ColumnWidth | Gets or sets the width of the header column that is used to display text to the user. The text is the name of the property or the name of a resource in the resource assembly. | |
DisplayArraySorted | Gets or sets a value that indicates whether array elements are sorted alphabetically for display. | |
DisplayedDataType | Gets or sets the data type for the value of the property. | |
DisplayFormat | Gets or sets a replacement string format for concatenating multiple properties to build the display string. | |
IsSearchable | Gets or sets a value that indicates whether the property can be used in a search query. | |
PropertyName | Gets or sets the name of the property, used as an index into the resource to retrieve the localized name. | |
PropertyNames1 | Gets the first set of property names that are used to calculate column values that are based on the value of the DisplayedDataType property. | |
PropertyNames2 | Gets the second set of property names that are used to calculate column values that are based on the value of the DisplayedDataType property. | |
PropertyOperand | Gets or sets the operation to perform on the sum of the values of PropertyNames1 and PropertyNames2. | |
SearchFolderListItemsDisplayPropertyName | Gets or sets the name of the search folder list items display property. The name is displayed to the user in the search folder criteria dialog box. | |
SearchFolderListItemsQuery | Gets or sets the search folder list items query that is executed to build the list of items that are displayed in the search folder chooser dialog box. | |
SearchFolderListItemsQueryClassName | Gets or sets the name of the search folder list items query class. | |
SearchFolderListItemsSearchPropertyName | Gets or sets the name of the search folder list items search property. The value of this property, obtained from the selected items in the query results, is the value that is searched during search folder operation. | |
SearchFolderWhereClauseProperty | Gets or sets the name of the search folder WHERE clause property that is placed into the search criteria for the search folder results. | |
SearchFolderWhereClausePropertyPrefix | Gets or sets the search folder WHERE clause property prefix. | |
TreatAsTypeForSearch | Gets or sets the treat as type for search value that is used by search functionality to sort items properly during a search without using the actual data types. | |
TreatAsTypeForSort | Gets or sets the treat as type for sort value that is used by sorting functionality to sort items properly without using the actual data types. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ShouldSerializealiasResourceAssembly | Determines whether the aliasResourceAssembly field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeBooleanProperty | Determines whether the BooleanProperty property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeDisplayFormat | Determines whether the DisplayFormat property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeexternalAssembly | Determines whether the externalAssembly field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeexternalSortMethodAssembly | Determines whether the externalSortMethodAssembly field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializePropertyName | Determines whether the PropertyName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializePropertyNames1 | Determines whether the PropertyNames1 property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializePropertyNames2 | Determines whether the PropertyNames2 property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSearchFolderListItemsDisplayPropertyName | Determines whether the SearchFolderListItemsDisplayPropertyName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSearchFolderListItemsQuery | Determines whether the SearchFolderListItemsQuery property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSearchFolderListItemsQueryClassName | Determines whether the SearchFolderListItemsQueryClassName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSearchFolderListItemsSearchPropertyName | Determines whether the SearchFolderListItemsSearchPropertyName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSearchFolderWhereClauseProperty | Determines whether the SearchFolderWhereClauseProperty property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeSearchFolderWhereClausePropertyPrefix | Determines whether the SearchFolderWhereClausePropertyPrefix property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeTreatAsTypeForSearch | Determines whether the TreatAsTypeForSearch property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeTreatAsTypeForSort | Determines whether the TreatAsTypeForSort property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ManagementClassPropertyDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassDescription Class