Gets the list of excluded activity stream file upload events.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public List<int> ActivityStreamExcludedFileUploadEvents { get; }
Visual Basic
Public ReadOnly Property ActivityStreamExcludedFileUploadEvents As List(Of Integer)
	Get
Visual C++
public:
property List<int>^ ActivityStreamExcludedFileUploadEvents {
	List<int>^ get ();
}
F#
member ActivityStreamExcludedFileUploadEvents : List<int> with get

Property Value

Type: List<(Of <(<'Int32>)>)>

See Also