Get the types of performance models.
Read-only property
[Visual Basic .NET] |
---|
Public Property PerfModelTypes() As System.Array |
[C#] |
---|
public System.Array PerfModelTypes {get;} |
[Managed C++] |
---|
public: __property System::Array get_PerfModelTypes(); |
[Unmanaged C++] |
---|
public: HRESULT get_PerfModelTypes( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getPerfModelTypes(); |