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<string,string> GetProperties (object component);
Parameters
- component
- Object
The component for which to retrieve the dictionary.
Returns
An object representing a dictionary of component properties.