CIVersionInfoPolicyInstance.CreateFromXml Method (String)
Creates a CCM_CIVersionInfo object from a policy download XML.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static IList<CIVersionInfoPolicyInstance> CreateFromXml(
string policyXml
)
public:
static IList<CIVersionInfoPolicyInstance^>^ CreateFromXml(
String^ policyXml
)
Public Shared Function CreateFromXml (
policyXml As String
) As IList(Of CIVersionInfoPolicyInstance)
Parameters
policyXml
Type: System.StringThe policy download XML.
Return Value
Type: System.Collections.Generic.IList<CIVersionInfoPolicyInstance>
See Also
CIVersionInfoPolicyInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top