EnterpriseManagementObjectBaseWithProperties.GetProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of all properties.
public:
abstract System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^> ^ GetProperties();
public abstract System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty> GetProperties ();
abstract member GetProperties : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty>
Public MustOverride Function GetProperties () As IList(Of ManagementPackProperty)
Returns
The list of properties.