CustomAction Constructor
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.
Creates a new CustomAction. This constructor is only public to allow using this class in code testing
public CustomAction (string id, string name, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,string>> properties);
new Microsoft.InformationProtection.Policy.Actions.CustomAction : string * string * System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.InformationProtection.Policy.Actions.CustomAction
Public Sub New (id As String, name As String, properties As List(Of KeyValuePair(Of String, String)))
Parameters
- id
- String
The id of the action
- name
- String
The name of the action
- properties
- List<KeyValuePair<String,String>>
The Properties