ConnectedServiceContext.Args 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 a property bag that contains the custom parameters that were specified when connected services session was launched.
public:
abstract property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Args { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<string,object> Args { get; }
member this.Args : System.Collections.Generic.IDictionary<string, obj>
Public MustOverride ReadOnly Property Args As IDictionary(Of String, Object)