HelpPageSampleGenerator::ActionSamples Property

 

Gets the objects that are used directly as samples for certain actions.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description.Samples
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property IDictionary<HelpPageSampleKey^, Object^>^ ActionSamples {
	[CompilerGeneratedAttribute]
	IDictionary<HelpPageSampleKey^, Object^>^ get();
	[CompilerGeneratedAttribute]
	internal: void set(IDictionary<HelpPageSampleKey^, Object^>^ value);
}
Return to top
Show: