Share via


IVsPropertiesInfo.IsTransmittable(Int32) Method

Definition

Determines whether the property with the specified DISPID can be transmitted and applied across machines.

public:
 bool IsTransmittable(int id);
public:
 bool IsTransmittable(int id);
bool IsTransmittable(int id);
public bool IsTransmittable (int id);
abstract member IsTransmittable : int -> bool
Public Function IsTransmittable (id As Integer) As Boolean

Parameters

id
Int32

The dispatch ID

Returns

True if it can be transmitted, otherwise false.

Applies to