ServiceUrls.GeneratedFromAlternate 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 a value that indicates if the primary endpoint was generated from the alternate endpoint.
public:
property bool GeneratedFromAlternate { bool get(); };
public bool GeneratedFromAlternate { get; }
member this.GeneratedFromAlternate : bool
Public ReadOnly Property GeneratedFromAlternate As Boolean
Property Value
true
if the the primary endpoint was generated from the alternate endpoint; otherwise, false
.