SecureDeviceAssociationTemplate.Associations Property

Retrieves the vector view of SecureDeviceAssociations currently created using the template.

This read-only property returns a vector view of all currently created Xbox Secure Device Associations that were generated using this template as either initiator or acceptor. This includes SecureDeviceAssociations that are in the process of destroying (gracefully or otherwise).

Syntax

public:
property IVectorView<SecureDeviceAssociation^ >^ Associations {
         IVectorView<SecureDeviceAssociation^ >^ get ();
}  

Property value

Type: IVectorView<SecureDeviceAssociation^ > 

  The vector view of SecureDeviceAssociations currently created using the template.

Requirements

Namespace: Windows.Xbox.Networking

Metadata: windows.winmd

See also

Reference

SecureDeviceAssociationTemplate Class

SecureDeviceAssociationTemplate Members

Windows.Xbox.Networking Namespace