MetadataProperties.Add(String, String) 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.
Adds a metadata property.
public:
void Add(System::String ^ name, System::String ^ description);
public void Add (string name, string description);
override this.Add : string * string -> unit
Public Sub Add (name As String, description As String)
Parameters
- name
- String
The property name.
- description
- String
The property description.