TypeLibFuncAttribute.Value Property

Definition

Gets the TypeLibFuncFlags value for this method.

public:
 property System::Runtime::InteropServices::TypeLibFuncFlags Value { System::Runtime::InteropServices::TypeLibFuncFlags get(); };
public System.Runtime.InteropServices.TypeLibFuncFlags Value { get; }
member this.Value : System.Runtime.InteropServices.TypeLibFuncFlags
Public ReadOnly Property Value As TypeLibFuncFlags

Property Value

The TypeLibFuncFlags value for this method.

Applies to

See also