Share via


SharePointCommandServices.GetProperties(Object) Method

Definition

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.

Applies to