RemotePropertyData.CanWrite Field

Definition

Indicates whether this RemotePropertyData describes a writable property.

public: bool CanWrite;
public bool CanWrite;
val mutable CanWrite : bool
Public CanWrite As Boolean 

Field Value

Remarks

The value of this field is true if this RemotePropertyData describes a writeable property; otherwise, the value of this field is false.

Applies to