Gets the specified attribute of the property with the specified name.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public string getPropertyAttribute(
string propertyName,
string attributeName,
string defaultValue
) |
Visual Basic (Declaration) |
---|
Public Function getPropertyAttribute ( _
propertyName As String, _
attributeName As String, _
defaultValue As String _
) As String |
J# |
---|
public String getPropertyAttribute(
String propertyName,
String attributeName,
String defaultValue
) |
JScript |
---|
public function getPropertyAttribute(
propertyName : String,
attributeName : String,
defaultValue : String
) : String |
Parameters
- propertyName
- Type: System..::.String
Property name.
- attributeName
- Type: System..::.String
Attribute name
- defaultValue
- Type: System..::.String
Attribute default value
Return Value
If either property with the specified name or the specified attribute on the property
doesn't exist, returns the default value.
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also