You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get the owner Mandant propertyDef
ObjType owningObjType = env.Vault.ObjectTypeOperations.GetObjectType(Configuration.Identifier.ObjectType.Mandant);
int besitzerMandant = owningObjType.OwnerPropertyDef;
Should take a single integer parameter for the object type ID.
The text was updated successfully, but these errors were encountered:
Would be a shorthand for this sort of code.
Should take a single integer parameter for the object type ID.
The text was updated successfully, but these errors were encountered: