IStepDescription Property
|
Gets the description of the step.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring Description { get; }ReadOnly Property Description As String
Get
property String^ Description {
String^ get ();
}abstract Description : string with get
Property Value
String
ExampleDuring the step for building the asset url map the description would be: "Building Asset URI Map."
See Also