Share via


XboxLiveEndpointPairCreationResult.EndpointPair Property

Definition

Gets the endpoint pair that has been created. Throws an exception if Status is not Succeeded.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property XboxLiveEndpointPair ^ EndpointPair { XboxLiveEndpointPair ^ get(); };
XboxLiveEndpointPair EndpointPair();
public XboxLiveEndpointPair EndpointPair { get; }
var xboxLiveEndpointPair = xboxLiveEndpointPairCreationResult.endpointPair;
Public ReadOnly Property EndpointPair As XboxLiveEndpointPair

Property Value

If Status is Succeeded, then the property value is the endpoint pair that was created. Throws an exception for any other Status value.

Applies to