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).
public:
property IVectorView<SecureDeviceAssociation^ >^ Associations {
IVectorView<SecureDeviceAssociation^ >^ get ();
}
Type: IVectorView<SecureDeviceAssociation^ >
The vector view of SecureDeviceAssociations currently created using the template.
Namespace: Windows.Xbox.Networking
Metadata: windows.winmd
SecureDeviceAssociationTemplate Class