HelpPageSampleGenerator::ActionSamples Property
Gets the objects that are used directly as samples for certain actions.
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); }
Property Value
Type: System.Collections.Generic::IDictionary<HelpPageSampleKey^, Object^>^
Show: