IFlightId Interface
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.
public interface IFlightId
type IFlightId = interface
Public Interface IFlightId
Properties
Namespace |
Gets the shortened namespace identifier for the flight ID. |
RootId |
Gets the number of the flight ID within its namespace. |
Methods
ToString() |
Gets the full flight ID string, in the standard format "{Namespace}:{RootId}". |