Share via


RequestExtensions.RemoteDynamicInterface Property

The instance of the dynamic inteface service from the calling app domain This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.ServicesProvider.Common
Assembly: Microsoft.OneGet.ServicesProvider.Common (in Microsoft.OneGet.ServicesProvider.Common.dll)

Usage

'Usage
Dim value As Object

value = RequestExtensions.RemoteDynamicInterface

RequestExtensions.RemoteDynamicInterface = value

Syntax

'Declaration
<DynamicAttribute> _
Public Shared Property RemoteDynamicInterface As Object
[DynamicAttribute] 
public static Object RemoteDynamicInterface { get; set; }
[DynamicAttribute] 
public:
static property Object^ RemoteDynamicInterface {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public static Object get_RemoteDynamicInterface ()

/** @property */
public static void set_RemoteDynamicInterface (Object value)
public static function get RemoteDynamicInterface () : Object

public static function set RemoteDynamicInterface (value : Object)

Property Value

Returns Object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

RequestExtensions Class
RequestExtensions Members
Microsoft.OneGet.ServicesProvider.Common Namespace