BCDocumentLoadProperties Method |
Returns a property collection for a property set with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public override BCPropertyCollection LoadProperties(
string propertySetName
)
Public Overrides Function LoadProperties (
propertySetName As String
) As BCPropertyCollection
public:
virtual BCPropertyCollection^ LoadProperties(
String^ propertySetName
) override
abstract LoadProperties :
propertySetName : string -> BCPropertyCollection
override LoadProperties :
propertySetName : string -> 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