CoreCommandBase.RetrievedDynamicParameters 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.
The dynamic parameters which have already been retrieved from the provider and bound by the command processor.
protected public:
property System::Object ^ RetrievedDynamicParameters { System::Object ^ get(); };
protected public:
property Platform::Object ^ RetrievedDynamicParameters { Platform::Object ^ get(); };
protected internal object RetrievedDynamicParameters { get; }
member this.RetrievedDynamicParameters : obj
Protected Friend ReadOnly Property RetrievedDynamicParameters As Object