XboxLiveEndpointPairCreationResult.EndpointPair 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 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.