public PropertyValue Property( string strIdentName ) {get; set;}
public: property PropertyValue^ Property { PropertyValue^ get(String^ strIdentName); void set (String^ strIdentName, PropertyValue^ value); }
Parameters
- strIdentName
public PropertyValue Property( string strIdentName ) {get; set;}
public: property PropertyValue^ Property { PropertyValue^ get(String^ strIdentName); void set (String^ strIdentName, PropertyValue^ value); }
| Exception | Description | 
|---|---|
| Eplan.EplApi.Base.BaseException | Thrown in case of an external error. Please refer to the exception message. | 
| PropertyNotFoundException | PropertyNotFoundException | 
| InvalidIndexException | InvalidIndexException | 
| SettingValueFailedException | SettingValueFailedException |