public NetOffice.MSProjectApi.OverAllocatedAssignments OverAllocatedAssignments(NetOffice.MSProjectApi.Enums.PjOverallocationType overallocationType)
 {
     return(get_OverAllocatedAssignments(overallocationType));
 }
Beispiel #2
0
 public virtual NetOffice.MSProjectApi.OverAllocatedAssignments get_OverAllocatedAssignments(NetOffice.MSProjectApi.Enums.PjOverallocationType overallocationType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferencePropertyGet <NetOffice.MSProjectApi.OverAllocatedAssignments>(this, "OverAllocatedAssignments", typeof(NetOffice.MSProjectApi.OverAllocatedAssignments), overallocationType));
 }
 public NetOffice.MSProjectApi.OverAllocatedAssignments get_OverAllocatedAssignments(NetOffice.MSProjectApi.Enums.PjOverallocationType overallocationType)
 {
     return(Factory.ExecuteKnownReferencePropertyGet <NetOffice.MSProjectApi.OverAllocatedAssignments>(this, "OverAllocatedAssignments", NetOffice.MSProjectApi.OverAllocatedAssignments.LateBindingApiWrapperType, overallocationType));
 }
Beispiel #4
0
        public NetOffice.MSProjectApi.OverAllocatedAssignments get_OverAllocatedAssignments(NetOffice.MSProjectApi.Enums.PjOverallocationType overallocationType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(overallocationType);
            object   returnItem  = Invoker.PropertyGet(this, "OverAllocatedAssignments", paramsArray);

            NetOffice.MSProjectApi.OverAllocatedAssignments newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.MSProjectApi.OverAllocatedAssignments.LateBindingApiWrapperType) as NetOffice.MSProjectApi.OverAllocatedAssignments;
            return(newObject);
        }