IConstructionCallMessage.ActivationType Property

Definition

Gets the type of the remote object to activate.

public:
 property Type ^ ActivationType { Type ^ get(); };
public Type ActivationType { get; }
public Type ActivationType { [System.Security.SecurityCritical] get; }
member this.ActivationType : Type
[<get: System.Security.SecurityCritical>]
member this.ActivationType : Type
Public ReadOnly Property ActivationType As Type

Property Value

The type of the remote object to activate.

Attributes

Exceptions

The immediate caller does not have infrastructure permission.

Applies to