ApplicationClipInfo.AdditionalUsers Property

A list of additional users recorded in a clip.

This optional property should not include the owner user.

Syntax

public:
property IVectorView<User^ >^ AdditionalUsers {
         IVectorView<User^ >^ get ();
         void set (IVectorView<User^ >^ value);
}  

Property value

Type: IVectorView<User^ > 

  The users associated with the clip.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClipInfo Class

ApplicationClipInfo Members

Windows.Xbox.Media.Capture Namespace