Returns the values of an object of the specified set of properties.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public Object[] LoadPropertyValues( BCRepositoryObject anObject, string propertySetID ) |
Visual Basic |
---|
Public Function LoadPropertyValues ( _ anObject As BCRepositoryObject, _ propertySetID As String _ ) As Object() |
Visual C++ |
---|
public: array<Object^>^ LoadPropertyValues( BCRepositoryObject^ anObject, String^ propertySetID ) |
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object for which the properties should be retrieved.
- propertySetID
- Type: System..::..String
The ID property value of the set of properties to return.