Interface IPLMLoginParamValue
Interface representing a possible value for the login parameter in the PLM extension.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("7F4180F0-CD61-4790-A563-7DC961AD18B5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMLoginParamValue
Properties
DisplayName
Gets the display name of the possible login value.
Declaration
string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets the possible login value.
Declaration
string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |