Share via


ExcludeFromProxy Property

Microsoft Robotics Class Reference

Gets or sets a value that indicates whether the type should be excluded from the proxy

Remarks

This will cause clients to reference the assembly in which the type is defined. If the type is a class or struct it must implement IDssSerializable.

Namespace: Microsoft.Dss.Core.Attributes
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public bool ExcludeFromProxy { get; set; }

See Also

DataContractAttribute Class

Microsoft.Dss.Core.Attributes Namespace