IAccessCacheGetPropertyAccess Method |
Gets the
PropertyAccess for the passed property def id from the access cache.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxPropertyAccess GetPropertyAccess(
Vault vault,
int propId
)
Function GetPropertyAccess (
vault As Vault,
propId As Integer
) As PropertyAccess
PropertyAccess^ GetPropertyAccess(
Vault^ vault,
int propId
)
Parameters
- vault
- Type: Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date. - propId
- Type: SystemInt32
The property def id.
Return Value
Type:
PropertyAccessPropertyAccess
See Also