BCPropertyCollectionGet Method |
Note: This API is now obsolete.
Gets the property identified with the
specified Name property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This method might be removed from future versions. Use an indexer of the collection.")]
public BCProperty Get(
string name
)
<ObsoleteAttribute("This method might be removed from future versions. Use an indexer of the collection.")>
Public Function Get (
name As String
) As BCProperty
public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use an indexer of the collection.")]
BCProperty^ Get(
String^ name
)
[<ObsoleteAttribute("This method might be removed from future versions. Use an indexer of the collection.")>]
member Get :
name : string -> BCProperty
Parameters
- name
- Type: SystemString
The Name property value of the property to get.
Return Value
Type:
BCProperty
The property with the specified
Name property value.
Exceptions Exception | Condition |
---|
ArgumentException |
When a property with the specified Name property
value is not present in the collection.
|
Remarks
This method might be removed from future versions. Use an indexer of the collection.
See Also