Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<long> SlideIdList { get; }
Public ReadOnly Property SlideIdList As List(Of Long)
	Get
public:
property List<long long>^ SlideIdList {
	List<long long>^ get ();
}
member SlideIdList : List<int64> with get

Property Value

List<(Of <(<'Int64>)>)>

See Also