PendingActionInformation.SetPropertyValuePairs(IList<Pair<Guid,Object>>) Method
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.
Additional agent properties.
public:
void SetPropertyValuePairs(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^ agentPropertyValuePairs);
public void SetPropertyValuePairs (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>> agentPropertyValuePairs);
member this.SetPropertyValuePairs : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>> -> unit
Public Sub SetPropertyValuePairs (agentPropertyValuePairs As IList(Of Pair(Of Guid, Object)))