NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IExpando.AddProperty

Adds the named property to the Reflection object.

[Visual Basic]
Function AddProperty( _
   ByVal name As String _
) As PropertyInfo
[C#]
PropertyInfo AddProperty(
   string name
);
[C++]
PropertyInfo* AddProperty(
   String* name
) = 0;
[JScript]
function AddProperty(
   name : String
) : PropertyInfo;

Parameters

name
The name of the property.

Return Value

A PropertyInfo object representing the added property.

See Also

IExpando Interface | IExpando Members | System.Runtime.InteropServices.Expando Namespace