PolicyStore.CreatePolicyFromFacet Method
Include Protected Members
Include Inherited Members
Creates a new policy based on the specified facet for the specified target, and then serializes them in XML format.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreatePolicyFromFacet(SfcQueryExpression, String, String, String) | Creates new policy from an SfcQueryExpression object and names. | |
CreatePolicyFromFacet(Object, String, String, String, XmlWriter) | Creates new policy from an Object and an XmlWriter object. | |
CreatePolicyFromFacet(SfcQueryExpression, String, String, String, XmlWriter) | Creates new policy from an SfcQueryExpression object and an XmlWriter object. |
Top