HelpPageSampleGenerator.ActionSamples Property
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.
Gets the objects that are used directly as samples for certain actions.
public System.Collections.Generic.IDictionary<Microsoft.WindowsAzure.Mobile.Service.Description.Samples.HelpPageSampleKey,object> ActionSamples { get; }
member this.ActionSamples : System.Collections.Generic.IDictionary<Microsoft.WindowsAzure.Mobile.Service.Description.Samples.HelpPageSampleKey, obj>
Public ReadOnly Property ActionSamples As IDictionary(Of HelpPageSampleKey, Object)