SharePointCommandServices.GetProperties(Object) Method

Definition

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

Dictionary<String,String>

An object representing a dictionary of component properties.

Applies to