GlobalScope.IExpando.AddProperty(String) Method

Definition

Adds the specified property to the global scope. This method is not implemented in JScript.

This API supports the product infrastructure and is not intended to be used directly from your code.

 virtual System::Reflection::PropertyInfo ^ System.Runtime.InteropServices.Expando.IExpando.AddProperty(System::String ^ name) = System::Runtime::InteropServices::Expando::IExpando::AddProperty;
System.Reflection.PropertyInfo IExpando.AddProperty (string name);
abstract member System.Runtime.InteropServices.Expando.IExpando.AddProperty : string -> System.Reflection.PropertyInfo
override this.System.Runtime.InteropServices.Expando.IExpando.AddProperty : string -> System.Reflection.PropertyInfo
Function AddProperty (name As String) As PropertyInfo Implements IExpando.AddProperty

Parameters

name
String

The name of the property to add.

Returns

null in all cases.

Implements

Applies to

See also