Interface IPLMLoginParameters
Interface representing a collection of login parameters used for user authentication in the PLM extension.
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A61A761D-D6C5-4401-A734-01A78A0DA7C6")]
public interface IPLMLoginParameters
Properties
Count
Gets the number of parameters in the collection.
Declaration
Property Value
this[int]
Declaration
IPLMLoginParameter this[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value