BCRepositoryObjectLoadProperties Method |
Returns a property collection for a property set with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public virtual BCPropertyCollection LoadProperties(
string propertySetName
)
Public Overridable Function LoadProperties (
propertySetName As String
) As BCPropertyCollection
Parameters
- propertySetName
- Type: SystemString
The name of the property set.
Return Value
Type:
BCPropertyCollectionThe property collection for the property set with the specified name.
See Also