RealTimeAddress.IsEndpointTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value that indicates whether this address targets a specific endpoint.
public:
property bool IsEndpointTarget { bool get(); };
public bool IsEndpointTarget { get; }
member this.IsEndpointTarget : bool
Public ReadOnly Property IsEndpointTarget As Boolean
Property Value
True if the target is for a device (when URI is GRUU or epid exists in this address), False otherwise.