SharePointCommandServices.GetProperties(Object) 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.
Retrieves a dictionary with properties for the specified component.
public:
static System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ GetProperties(System::Object ^ component);
public static System.Collections.Generic.Dictionary<string,string> GetProperties (object component);
static member GetProperties : obj -> System.Collections.Generic.Dictionary<string, string>
Public Shared Function GetProperties (component As Object) As Dictionary(Of String, String)
Parameters
- component
- Object
The component for which to retrieve the dictionary.
Returns
An object representing a dictionary of component properties.