PropertyListXmlNode.Add Method

public PropertyXmlNode Add( 
string name
Type type
string value 
)
This language is not supported or no code example is available.
public:  
PropertyXmlNode^ Add( 
String^ name
Type^ type
String^ value 
)
This language is not supported or no code example is available.
public function Add( 
name : String
type : Type
value : String 
) : PropertyXmlNode;
This language is not supported or no code example is available.

Parameters

name
string

type
Type

value
string

Return Value

PropertyXmlNode

In this article

Definition