PropertyAccess Constructor |
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyAccess(
PropertyDef pd,
UserOrUserGroupID userOrUserGroup
)
Public Sub New (
pd As PropertyDef,
userOrUserGroup As UserOrUserGroupID
)
public:
PropertyAccess(
PropertyDef^ pd,
UserOrUserGroupID^ userOrUserGroup
)
Parameters
- pd
- Type: PropertyDef
PropertyDef to cache. - userOrUserGroup
- Type: UserOrUserGroupID
UserOrUserGroupID to validate against.
See Also